-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with v8.0 of library #492
Comments
When i upgrade to v8 this happens on my project too, reverted back to v7 |
Please provide a codesandbox |
As a temporary workaround, you can disable client-side transitions between routes. To me, it looks like it's a duplicate of #495 |
Do not do that. You will ruin client side state. |
@ajdiyassin @Osein most likely there is some issue in your And please provide codesandbox so I can debug. |
Same happening with me v8.0 |
If anyone finds how to solve this issue with v8.0, please guide me. |
I make my own version of wrapper
_app.js
|
Describe the bug
I'm having an issue with the latest version of the library. v8.0
The new version somehow reset the state(or it stays empty as the initial state) during navigation only. when I visit the page through a URL or a hard refresh this is not an issue I get the expected state. but when navigating the client side my app just crashes cause of an empty state.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Reverting back to version 7.0.5 fixed the issue.
Desktop (please complete the following information):
Additional context
Dependencies I'm using:
Thanks!
The text was updated successfully, but these errors were encountered: