Skip to content

Install Redux 4 and compatible versions of DevTools extension #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2018

Conversation

nickserv
Copy link
Collaborator

Fixes #28, Redux 4 should now be fully supported. Tested by running npm install with no peer dependency warnings and successfully running the example (after updating React Redux).

@markerikson
Copy link
Collaborator

Out of curiosity, what happens if we make Redux a peer dependency at 3 || 4 ?

@nickserv
Copy link
Collaborator Author

A breaking change. Redux would no longer be installed manually, so installing RSK will fail until Redux 3 or 4 is manually installed. I believe both would still satisfy peer dependencies, since redux-devtools-extension was updated for a bug fix which should be back compatible.

@nickserv nickserv removed the request for review from markerikson August 29, 2018 16:50
@nickserv
Copy link
Collaborator Author

This is a pretty straightforward change that is useful in other more opinionated PRs, merging.

@nickserv nickserv merged commit 8d6c1c7 into reduxjs:master Aug 30, 2018
@nickserv nickserv deleted the redux-4 branch August 30, 2018 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants