Skip to content

Commit 5c4c17a

Browse files
authored
Merge pull request #33 from tari-project/fix/remove-bug
fix: static build
2 parents 9ca0cc2 + 42a9f67 commit 5c4c17a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/providers.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export const Providers = ({ children }: { children: ReactNode }) => {
1717
setInitialState(state)
1818
}, [config])
1919

20-
if (!initialState) return null
20+
if (!initialState)
21+
console.error('[ Bridge ] provider initial state undefined')
2122

2223
return (
2324
<WagmiProvider config={config} initialState={initialState}>

0 commit comments

Comments
 (0)