Open alexey-pelykh opened 6 years ago
This is only a peer dependency, the package does not use redux inside. However it create a 'middleware', fortunately the middleware api hasn't changed. This package is compatible, it only needs a package.json update.
I created a PR for this in the new repository:
https://github.com/react-stack/redux-storage/pull/12
Hopefully this gets fixed, super annoying :+1:
Since release of
redux@4.0.0
, there's aIs
redux-storage
compatible withredux@4.0.0
?