zalmoxisus / remote-redux-devtools

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

Add devTools.updateStore #36

Closed jhen0409 closed 8 years ago

jhen0409 commented 8 years ago

Related to #35.

We should have a same API with window.devToolsExtension.updateStore of Redux DevTools Extension.

zalmoxisus commented 8 years ago

Thanks a lot, @jhen0409! Unfortunately, there's no other solution for now than updating the store or adding the second enhancer, which should be the first in the compose. Thought the latter is even more confusing.

zalmoxisus commented 8 years ago

devTools.updateStore is deprecated, as composeWithDevTools does the trick. More details in the docs.