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 2ba9924 commit 212c00dCopy full SHA for 212c00d
src/hooks/useDispatch.js
@@ -8,7 +8,7 @@ import { useStore } from './useStore'
8
* @example
9
*
10
* import React, { useCallback } from 'react'
11
- * import { useReduxDispatch } from 'react-redux'
+ * import { useDispatch } from 'react-redux'
12
13
* export const CounterComponent = ({ value }) => {
14
* const dispatch = useDispatch()
0 commit comments