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 69a52cf commit 74f385aCopy full SHA for 74f385a
src/app/store.tsx
@@ -3,4 +3,4 @@ import React, { useContext } from 'react';
3
4
export const StoreContext = React.createContext();
5
6
-export const useStoreContext: any = () => useContext(StoreContext);
+export const useStoreContext = () => useContext(StoreContext);
0 commit comments