Hello!
I seem to be having some issues getting the wallet connected via the web3auth and wagmi connector to stay connected throughout the app session. I am able to successfully connect and sign a message on the sign in page, but anywhere else in the app useAccount()
from wagmi hook always has undefined as address and isConnected
false. Is there something I should be looking out for on why this is the case? The wagmi context provider is higher order than any of the internal app components so it should be accessible everywhere.
Originally posted by: 0xM4m4n
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1268