Open
Description
Describe the bug
ConnectKit fails when trying to reconnect.
To Reproduce
Steps to reproduce the behavior:
- Connect your wallet from the dapp
- Disconnect your wallet from the dapp
- Try to connect again
- See error
Expected behavior
Should be reconnected
Additional context
Possible fix: https://github.com/BootNodeDev/xerc20-launchpad-frontend/blob/main/src/hooks/useWeb3Status.tsx#L62
Reload react-router
useAccountEffect({ onDisconnect() { navigate({}) }, })