useAccount returns an undefined address #3028
Closed
DixonOrtiz
started this conversation in
General
Replies: 1 comment
-
Did you figure this out @DixonOrtiz ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today I realized that the hook useAccount is not working as it did until yesterday. The first thing that I do is connect my Wallet with useWeb3Modal. Then I use the useAccount hook to extract the address but the result is always undefined, even when the login is done.
Do you know anything that could help me to solve this?
Beta Was this translation helpful? Give feedback.
All reactions