Replies: 1 comment
-
I have figured out the problem. I was Navigating between two pages with the same url but a different parameter "optimize/swing/1" -> "optimize/swing/2" This navigation was not possible before. This did not reload the page. Instead I just had to write a useEffect that would reload my data if the id changes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a structure like this:
Now I want to use useNavigate and then call navigate() inside HeaderBar. The URl changes but no reload / actual change is happening.
Beta Was this translation helpful? Give feedback.
All reactions