Skip to content

Commit

Permalink
fix: type errors when using recent @types/react
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed Feb 29, 2024
1 parent f2a140f commit 155d4e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lib-react/src/components/LiquityStoreProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const LiquityStoreContext = createContext<LiquityStore | undefined>(undef
type LiquityStoreProviderProps = {
store: LiquityStore;
loader?: React.ReactNode;
children?: React.ReactNode;
};

export const LiquityStoreProvider: React.FC<LiquityStoreProviderProps> = ({
Expand Down

0 comments on commit 155d4e9

Please sign in to comment.