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
I using redux-persist with autoRehydrate in my project, it will dispatch persist/REHYDRATE after @@INIT, but isMonitored is false at the beginning, so my monitor doesn't receive persist/REHYDRATE. (The START message is relatively late)
The text was updated successfully, but these errors were encountered:
If it works, we have to remove UPDATE message from remotedev-app in order not to relay the state twice, but it will be a breaking change for those who're using v0.2.0, so we'll wait a bit with that. I'll keep the issue open till then.
I using
redux-persist
withautoRehydrate
in my project, it will dispatchpersist/REHYDRATE
after@@INIT
, but isMonitored isfalse
at the beginning, so my monitor doesn't receivepersist/REHYDRATE
. (TheSTART
message is relatively late)The text was updated successfully, but these errors were encountered: