-
Notifications
You must be signed in to change notification settings - Fork 27
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
Endless loop #9
Comments
Idk if you still need but this seems to fix endless loop when you have more then two tabs/windows open. It just ignore store persist on inactive tabs/windows.
|
I'm having problems with endless loops in IE11, even with only one tab open (originally discussed here: rt2zz/redux-persist#475 (comment)) Not consistently, but every now and then, frequently after changing routes (we use If I remove this package, everything works fine. Versions:
|
See rt2zz#9 IE 11 seems to get stuck in an infinite loop of `storage` events sometimes. By only rehydrating if the old and new values aren't the same, this problems seems to be fixed *yaay*
Added a PR which fixes the problem in the case of IE11. See #16 |
See #9 IE 11 seems to get stuck in an infinite loop of `storage` events sometimes. By only rehydrating if the old and new values aren't the same, this problems seems to be fixed *yaay*
handleStorageEvent will be endless loop when the count of tab is more than two
The text was updated successfully, but these errors were encountered: