-
Notifications
You must be signed in to change notification settings - Fork 594
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
Version 6.1.0 is broken #220
Comments
For the LOCATION_CHANGE calling after componentDidMount, this is intended to fix the old implementation by moving the dispatching from For the goForward, can you explain a bit more? Is there any minimal repo to reproduce it? |
Got similar problem here, but backward. The problem is caused by the listeners of
Here is an example when browser backward is clicked: |
We saw really odd behavior as well in our application when upgrading to the latest version. We had two pages, both with back buttons and we would somehow get into a circular loop.
Works fine on version 6.0.0, but on version 6.1.0, step 4 actually gets sent to Page 2 instead of Page 0. For now, we have reverted to the older stable version. |
@supasate - That fixed it for me too, thanks |
Wew, thought it was something on my end, spent couple of hours digging through the code. Upgrading to a current |
Thank you for this fix, |
We had the same issue - |
Same here, |
Had the same issue where components were mounted twice after |
I think this fix is important enough to get published into NPM with a hot fix. |
v6.2.0 has been released :) |
I use redux-saga and cancel them with LOCATION_CHANGE.
v6.1.0
v6.0.0
never enabled
The text was updated successfully, but these errors were encountered: