Problem connecting wallet #2928
IgorRusskikh
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone. I encountered this problem during development: if you select WalletConnect as the provider when connecting a wallet via WalletConnect in the modal window (1 screenshot), a second modal window appears (2 screenshot), which overlaps the first one, and if you close the first window and try to close the second one, the second window starts opening endlessly.
I develop on Next.js
Libraries and their versions:
"@web3modal/wagmi": "^5.1.8",
"viem": "^2.21.7",
"wagmi": "^2.12.11"
I have 2 modal windows in the DOM tree: wcm-modal and w3m-modal
I tried to create a clean project and got the same problem there
Beta Was this translation helpful? Give feedback.
All reactions