[BUG] isConnected
always returning false, when clearly connected
#446
Labels
bug
Something isn't working
isConnected
always returning false, when clearly connected
#446
Describe the bug
I have the following code:
And on my UI, Metamask is clearly connected (my metamask, show it's connected to the site, and you can see the address of my metamask being console.logged out):
Whenever I refresh the page, it just keeps saying
not connected
To reproduce
import { useAccount } from 'wagmi'
hook, and in a component, add:connect
buttonisConnected
be falseOptionally, you can see this repo for more information.
Expected behavior
isConnected
should be true, as my Metamask says it's trueScreenshots
See above
Environment details
nodejs: v23.5.0
"wagmi": "^2.14.9"
"connectkit": "^1.8.2",
Tagging @PatrickAlphaC
The text was updated successfully, but these errors were encountered: