Skip to content

Commit

Permalink
update readme about react-redux
Browse files Browse the repository at this point in the history
  • Loading branch information
stropho committed Sep 2, 2021
1 parent f44eea7 commit 46b0899
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ const MyComponent = universal(import(`./my_component`), {

You now have a bulletproof store injection :rocket:

## React Redux >= 6.0.0
## React Redux ^6.0.0

> **NOTE** this issue was resolved in react-redux@^7
From `[email protected]`, there is a huge breaking change regarding the context store.
After injecting the reducer, it will not be reflected in the `mapStateToProps` method of the `connect` method from redux.
Expand Down

0 comments on commit 46b0899

Please sign in to comment.