Skip to content

Commit 52a16e3

Browse files
author
ben.durrant
committed
another ts-ignore wee
1 parent d14cdcb commit 52a16e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hooks/useStore.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ export function createStoreHook<
2424
// @ts-ignore
2525
context === ReactReduxContext
2626
? useDefaultReduxContext
27-
: createReduxContextHook(context)
27+
: // @ts-ignore
28+
createReduxContextHook(context)
2829
return function useStore<
2930
State = S,
3031
Action extends BasicAction = A

0 commit comments

Comments
 (0)