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 5b2776f commit eced0dfCopy full SHA for eced0df
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