Closed jhen0409 closed 8 years ago
Should be fixed in v0.2.2
. Please confirm.
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.
It works! 👍
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)