You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Out of date libraries (RainbowKit, Wagmi)
Report:
"Looking at your Header.tsx, there are a few potential issues with the libraries:
RainbowKit + Wagmi version mismatch:
You're mixing old Wagmi patterns (useConnect, injected) with what appears to be a newer RainbowKit setup
The injected import from 'wagmi/connectors' is deprecated
MiniPay Integration Issue:
The current code tries to auto-connect to MetaMask when detecting MiniPay, but uses outdated connector syntax"
Steps to reproduce
npx Celo-Composer
Select hardhat yes, template no
Try to setup the frontend code with npm
Get errors and the project doesn't run bc libraries are out of date
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Which Framework?
React (with Tailwind)
What happened?
Issue: Out of date libraries (RainbowKit, Wagmi)
Report:
"Looking at your Header.tsx, there are a few potential issues with the libraries:
RainbowKit + Wagmi version mismatch:
You're mixing old Wagmi patterns (useConnect, injected) with what appears to be a newer RainbowKit setup
The injected import from 'wagmi/connectors' is deprecated
MiniPay Integration Issue:
The current code tries to auto-connect to MetaMask when detecting MiniPay, but uses outdated connector syntax"
Steps to reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: