We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88f9ed commit 11e1fa5Copy full SHA for 11e1fa5
README.md
@@ -137,6 +137,7 @@ Usage of `redux-react-session` with an immutable store is really simple.
137
Instead of the `sessionReducer` import the `sessionImmutableReducer`, as the following example:
138
139
- Add the session reducer:
140
+
141
```javascript
142
import { combineReducers } from 'redux';
143
import { sessionImmutableReducer as session } from 'redux-react-session';
0 commit comments