We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0f1d1c + 8badd8a commit 20ea35eCopy full SHA for 20ea35e
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