Skip to content

Commit 4cc8108

Browse files
authored
docs: deeply convert to plain object (fixes #53)
1 parent 7ceccf8 commit 4cc8108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ import {
7272

7373
const history = syncHistoryWithStore(browserHistory, store, {
7474
selectLocationState (state) {
75-
return state.get('routing').toObject();
75+
return state.get('routing').toJS();
7676
}
7777
});
7878
```

0 commit comments

Comments
 (0)