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 cf24fc8 commit aefc520Copy full SHA for aefc520
docs/api/hooks.md
@@ -192,7 +192,7 @@ This hook returns a reference to the `dispatch` function from the Redux store. Y
192
193
```jsx
194
import React, { useCallback } from 'react'
195
-import { useReduxDispatch } from 'react-redux'
+import { useDispatch } from 'react-redux'
196
197
export const CounterComponent = ({ value }) => {
198
const dispatch = useDispatch()
0 commit comments