Skip to content

Commit c9ea44b

Browse files
Update wagmi-project/src/main.tsx
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
1 parent 1612c28 commit c9ea44b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

wagmi-project/src/main.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ import { config } from './wagmi.ts'
99

1010
import './index.css'
1111

12-
globalThis.Buffer = Buffer
12+
if (typeof globalThis.Buffer === 'undefined') {
13+
globalThis.Buffer = Buffer
14+
}
1315

1416
const queryClient = new QueryClient()
1517

0 commit comments

Comments
 (0)