We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3fbe3 commit 0badcdeCopy full SHA for 0badcde
src/hooks/useStore.ts
@@ -8,7 +8,6 @@ import { useReduxContext as useDefaultReduxContext } from './useReduxContext'
8
* @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
9
* @returns {Function} A `useStore` hook bound to the specified context.
10
*/
11
-
12
export function createStoreHook(context = ReactReduxContext) {
13
const useReduxContext =
14
context === ReactReduxContext
src/utils/bindActionCreators.ts
@@ -22,4 +22,4 @@ export default function bindActionCreators(actionCreators: ActionCreator<any> |
22
}
23
24
return boundActionCreators
25
-}
+}
0 commit comments