Is Route.update() not reactive? Has no effect on state from useRouterState. #1850
-
The docs tell, that useRouterState is reactive. But what exactly is reactive? When I update some route options with Route.update(), those options are still outdated in the state provided by useRouterState |
Beta Was this translation helpful? Give feedback.
Answered by
itshallrun
Jul 3, 2024
Replies: 1 comment
-
It is not, see: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
itshallrun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not, see:
#1868