Get error on upgrade to leptos 0.7. You cannot call use_navigate
outside a <Router>.
#3723
Answered
by
gbj
tempbottle
asked this question in
Q&A
-
How to navigate by keyboard event?
|
Beta Was this translation helpful? Give feedback.
Answered by
gbj
Mar 16, 2025
Replies: 1 comment 2 replies
-
Move this line into the body of the component. let navigate = use_navigate(); |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tempbottle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Move this line into the body of the component.