Redux 4.0 support? #180
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MichaelContento/redux-storage#180
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since release of
redux@4.0.0, there's aIs
redux-storagecompatible withredux@4.0.0?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 👍