T
TanStack3mo ago
rare-sapphire

Navigation resets current page instead of navigating

Anybody experienced an issue where calls to navigate() just reset the current route (ie search params go blank) on the current page instead of navigating you to the new one? After upgrading from 1.92 to 1.120 our app is experiencing this issue on a couple pages. Stepping through, TSR seems to commit the new location correctly, but the current page just resets after It’s probably something in our app rather than TSR but thought I’d ask anyway
1 Reply
rare-sapphire
rare-sapphireOP3mo ago
Righto, we had a use effect resetting pagination of a table when some parameters changed, and after the upgrade it started triggered before navigation and re-navigating to the table view instantly

Did you find this page helpful?