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 1d160ab commit 49f22f5Copy full SHA for 49f22f5
README.md
@@ -268,7 +268,7 @@ const store = createStore(reducer)
268
store.dispatch(counter.actions.increment())
269
// -> { counter: 1, user: {} }
270
271
-// -> { counter: 1, user: {} }
+// -> { counter: 2, user: {} }
272
store.dispatch(counter.actions.multiply(3))
273
// -> { counter: 6, user: {} }
274
console.log(`${counter.actions.decrement}`)
0 commit comments