You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the style component specified the ID, there was a problem with the style display after the page was jumped.
Leptos Dependencies
For example:
leptos = { version = "0.5.2", features = ["csr"] }
leptos_meta = { version = "0.5.2", features = ["csr"] }
leptos_router = { version = "0.5.2", features = ["csr"] }
Thank you for the bug report, and especially for identifying the issue! That is very helpful. I believe PR #2071 addresses both of your points, but please let me know if it does not fix the issue for you.
Describe the bug
When the style component specified the ID, there was a problem with the style display after the page was jumped.
Leptos Dependencies
For example:
To Reproduce
Steps to reproduce the behavior:
Click the button repeatedly to jump to the page, and the font color is once red and once black.
Expected behavior
A clear and concise description of what you expected to happen.
The font is always red.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
leptos/router/src/components/routes.rs
Line 488 in 061213c
You should take the last disposer and drop it before executing the outlet function.
The text was updated successfully, but these errors were encountered: