zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.81k stars 139 forks source link

Problem of `isMonitored` #22

Closed jhen0409 closed 8 years ago

jhen0409 commented 8 years ago

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)

zalmoxisus commented 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.

jhen0409 commented 8 years ago

It works! 👍