We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca0cc2 commit 42a9f67Copy full SHA for 42a9f67
1 file changed
app/providers.tsx
@@ -17,7 +17,8 @@ export const Providers = ({ children }: { children: ReactNode }) => {
17
setInitialState(state)
18
}, [config])
19
20
- if (!initialState) return null
+ if (!initialState)
21
+ console.error('[ Bridge ] provider initial state undefined')
22
23
return (
24
<WagmiProvider config={config} initialState={initialState}>
0 commit comments