You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click on pagination button is ok, but click to native back/forward-button in browser have no effect: the GSSP-function is called by Next.Js (ajax-request is sent) but redux state not changed at all.
Expected behavior
Library change the state via back/fowrad history transtion
Describe the bug
When use navigate the page by shallow routing and use back/forward browser button, library not call HYDRATE-action and url is change but state is not.
To Reproduce
?page
via:Expected behavior
Library change the state via back/fowrad history transtion
Additional context
I fix the issue by adding custom hook:
and using it like this:
The text was updated successfully, but these errors were encountered: