Closed jhen0409 closed 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.
devTools.updateStore
is deprecated, as composeWithDevTools
does the trick. More details in the docs.
Related to #35.
We should have a same API with
window.devToolsExtension.updateStore
of Redux DevTools Extension.