Islands routing exception #4365
-
|
I encountered a problem when using the islands and islands-router functions. For the detailed code, you can refer to this project demo. When I use When I checked after compilation, clicking the link only changes the URL, but the page rendering remains unchanged. Rust version: cargo 1.92.0-nightly (801d9b498 2025-10-04) There are also some issues when trying out example/islands-router. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I can't reproduce the issue with the repo provided; if I run |
Beta Was this translation helpful? Give feedback.


I can't reproduce the issue with the repo provided; if I run
cargo leptos watchit appears to work correctly, in Chrome, Firefox, and Safari.