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
I am experiencing and issue with useWeb3React and WalletConnect v2 connector. Changing network on MetaMask Mobile is not always updating chainId or there is huge delay and when I run electron app, chainId is stale, regardless if I change network on MM Mobile.
The text was updated successfully, but these errors were encountered:
Implement a mechanism that forces your app to re-fetch the network and account details when the user switches networks. You can use the useEffect hook to detect changes and trigger a re-fetch.
I am experiencing and issue with useWeb3React and WalletConnect v2 connector. Changing network on MetaMask Mobile is not always updating
chainId
or there is huge delay and when I run electron app, chainId is stale, regardless if I change network on MM Mobile.The text was updated successfully, but these errors were encountered: