Skip to content

Commit 212c00d

Browse files
adispringtimdorr
authored andcommitted
[fix] update useDispatch example import name: useReduxDispatch (#1325)
1 parent 2ba9924 commit 212c00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useDispatch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { useStore } from './useStore'
88
* @example
99
*
1010
* import React, { useCallback } from 'react'
11-
* import { useReduxDispatch } from 'react-redux'
11+
* import { useDispatch } from 'react-redux'
1212
*
1313
* export const CounterComponent = ({ value }) => {
1414
* const dispatch = useDispatch()

0 commit comments

Comments
 (0)