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 931b2ec commit b4edbb3Copy full SHA for b4edbb3
README.md
@@ -65,7 +65,7 @@ takes an existing reducer and a configuration object and enhances your existing
65
reducer with undo functionality.
66
67
**Note:** If you were accessing `state.counter` before, you have to access
68
-`state.counter.present` after wrapping your reducer with `undoable`.
+`state.present.counter` after wrapping your reducer with `undoable`.
69
70
To install, firstly import `redux-undo`:
71
0 commit comments