Skip to content

Commit

Permalink
another ts-ignore wee
Browse files Browse the repository at this point in the history
  • Loading branch information
ben.durrant committed Mar 20, 2023
1 parent d14cdcb commit 52a16e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hooks/useStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export function createStoreHook<
// @ts-ignore
context === ReactReduxContext
? useDefaultReduxContext
: createReduxContextHook(context)
: // @ts-ignore
createReduxContextHook(context)
return function useStore<
State = S,
Action extends BasicAction = A
Expand Down

0 comments on commit 52a16e3

Please sign in to comment.