We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d817205 commit a0f1d1cCopy full SHA for a0f1d1c
2 files changed
.github/workflows/publish.yml
@@ -1,5 +1,4 @@
1
# Publish @meshsdk/hydra-react to npm when a PR to main is merged and package version was updated.
2
-# Single-package replica of the Mesh monorepo publish workflow.
3
4
name: Publish @meshsdk/hydra-react
5
src/context/configContext.tsx
@@ -6,4 +6,4 @@ export type HydraConfigContextType = {
6
setHydraConfig: (config: HydraProviderOptions) => void;
7
};
8
9
-export const HydraConfigContext = createContext<HydraConfigContextType | null>(null);
+export const HydraConfigContext = createContext<HydraConfigContextType | null>(null);
0 commit comments