Commit 9017110
committed
fix: ensure createAppKit is called before useAppKit hooks
- Changed main.tsx to import wagmiConfig from appkit.ts
- This ensures createAppKit() is initialized before any components use useAppKit()
- Fixes 'Please call createAppKit before using useAppKit hook' error1 parent 71f1812 commit 9017110
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments