redux-fractal icon indicating copy to clipboard operation
redux-fractal copied to clipboard

Support for Redux 4

Open jameslaneconkling opened this issue 6 years ago • 0 comments

Is there interest in supporting redux v4?

I tried running alongside redux4, and got the following error when handling global actions in my local reducer:

Uncaught Error: You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store

I'm not familiar enough w/ the API changes from redux 3 - 4 atm to properly diagnose whether this would be a major lift or not.

jameslaneconkling avatar Jun 27 '18 16:06 jameslaneconkling