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 b16464e commit 58907e5Copy full SHA for 58907e5
README.md
@@ -767,7 +767,7 @@ export const countersActions = {
767
import store from '@src/store';
768
import { countersActions } from '@src/redux/counters';
769
770
-// store.dispatch(actionCreators.increment(1)); // Error: Expected 0 arguments, but got 1.
+// store.dispatch(countersActions.increment(1)); // Error: Expected 0 arguments, but got 1.
771
store.dispatch(countersActions.increment()); // OK => { type: "INCREMENT" }
772
773
```
0 commit comments