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 b4d6ac3 commit 8605088Copy full SHA for 8605088
docs/api/hooks.md
@@ -116,7 +116,7 @@ export function useActions(actions, deps) {
116
117
This hook was removed in `v7.1.0-alpha.3`, on the grounds that it didn't provide any real benefit.
118
119
-If you were using it in your own code, please replace that with separate calls to `useSelector()` and `useActions()`.
+If you were using it in your own code, please replace that with separate calls to `useSelector()` and `useDispatch()`.
120
121
## `useDispatch()`
122
0 commit comments