Redux 4.0 support? #180

Open
opened 2018-05-09 09:02:01 +00:00 by alexey-pelykh · 2 comments
alexey-pelykh commented 2018-05-09 09:02:01 +00:00 (Migrated from github.com)

Since release of redux@4.0.0, there's a

warning " > redux-storage@4.1.2" 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 redux@4.0.0?

Since release of `redux@4.0.0`, there's a ``` warning " > redux-storage@4.1.2" 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 `redux@4.0.0`?
mbret commented 2018-05-25 08:17:57 +00:00 (Migrated from github.com)

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.

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.
NathanielHill commented 2018-09-20 23:17:58 +00:00 (Migrated from github.com)

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 👍

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:
This discussion has been locked. Commenting is limited to contributors.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MichaelContento/redux-storage#180
No description provided.