Skip to content

Commit 335133f

Browse files
authored
Merge pull request #1841 from nguyenyou/patch-1
2 parents 5b2776f + eced0df commit 335133f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useReduxContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import type { ReactReduxContextValue } from '../components/Context'
1313
* import React from 'react'
1414
* import { useReduxContext } from 'react-redux'
1515
*
16-
* export const CounterComponent = ({ value }) => {
16+
* export const CounterComponent = () => {
1717
* const { store } = useReduxContext()
1818
* return <div>{store.getState()}</div>
1919
* }

0 commit comments

Comments
 (0)