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

Redux 4.0 support?

Open alexey-pelykh opened this issue 6 years ago • 2 comments

Since release of [email protected], there's a

warning " > [email protected]" has incorrect peer dependency "redux@^3.0.0 || ^2.0.0 || ^1.0.0 || 1.0.0-alpha || 1.0.0-rc".

Is redux-storage compatible with [email protected]?

alexey-pelykh avatar May 09 '18 09:05 alexey-pelykh

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.

mbret avatar May 25 '18 08:05 mbret

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:

NathanielHill avatar Sep 20 '18 23:09 NathanielHill