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.
2 parents 5b2776f + eced0df commit 335133fCopy full SHA for 335133f
src/hooks/useReduxContext.ts
@@ -13,7 +13,7 @@ import type { ReactReduxContextValue } from '../components/Context'
13
* import React from 'react'
14
* import { useReduxContext } from 'react-redux'
15
*
16
- * export const CounterComponent = ({ value }) => {
+ * export const CounterComponent = () => {
17
* const { store } = useReduxContext()
18
* return <div>{store.getState()}</div>
19
* }
0 commit comments