WalletConnect / web3modal

A single Web3 provider solution for all Wallets
https://web3modal.com
Apache License 2.0
4.67k stars 1.28k forks source link

`showQrModal: true` on walletConnect connector doesn't show the QR code #2202

Open endophasie opened 2 weeks ago

endophasie commented 2 weeks ago

Link to minimal reproducible example

https://stackblitz.com/edit/web3modal-next-template-pd6ezo?file=components%2Fweb3modal-provider.tsx

Summary

I want to make the wallet connect QR code appear first when showQrModal: true:

image

but instead modal renders same Connect Wallet:

image

List of related npm package versions

"@web3modal/wagmi": "4.1.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "2.9.31",
"wagmi": "2.8.0"
linear[bot] commented 2 weeks ago

APKT-317 `showQrModal: true` on walletConnect connector doesn't show the QR code