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.
2 parents 9ca0cc2 + 42a9f67 commit 5c4c17aCopy full SHA for 5c4c17a
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