diff --git a/packages/lib-react/src/components/LiquityStoreProvider.tsx b/packages/lib-react/src/components/LiquityStoreProvider.tsx index 2b81b0b99..dcdcc7cd7 100644 --- a/packages/lib-react/src/components/LiquityStoreProvider.tsx +++ b/packages/lib-react/src/components/LiquityStoreProvider.tsx @@ -6,6 +6,7 @@ export const LiquityStoreContext = createContext(undef type LiquityStoreProviderProps = { store: LiquityStore; loader?: React.ReactNode; + children?: React.ReactNode; }; export const LiquityStoreProvider: React.FC = ({