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 7ceccf8 commit 4cc8108Copy full SHA for 4cc8108
README.md
@@ -72,7 +72,7 @@ import {
72
73
const history = syncHistoryWithStore(browserHistory, store, {
74
selectLocationState (state) {
75
- return state.get('routing').toObject();
+ return state.get('routing').toJS();
76
}
77
});
78
```
0 commit comments