Hi, we’re experiencing issues with navigation in our RR7 React app. Navigation through works fine, but whenever we use useNavigate::navigate()
navigation breaks. This used to work fine in the past. Any further navigation through breaks after the navigate()
call: the window URL changes but our app does not navigate.
We were initially on RR6, and upgrading to RR7 did not work.
I’ve also tried using history.pushState as the docs suggest (Navigation), but that did not work either