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 65134d1 commit 2054da8Copy full SHA for 2054da8
src/app/store.tsx
@@ -2,4 +2,4 @@ import React, { useContext } from 'react';
2
3
export const StoreContext = React.createContext();
4
5
-export const useStoreContext = () => useContext(StoreContext);
+export const useStoreContext:any = () => useContext(StoreContext);
0 commit comments