We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f1d1c commit 8badd8aCopy full SHA for 8badd8a
1 file changed
src/context/providerContext.tsx
@@ -9,5 +9,4 @@ export interface HydraReactProviderProps {
9
options: HydraProviderOptions;
10
}
11
12
-export const HydraReactContext = createContext<HydraReactContextValue | undefined>(undefined);
13
-
+export const HydraReactContext = createContext<HydraReactContextValue | undefined>(undefined);
0 commit comments