coinbase / coinbase-wallet-sdk

An open protocol that lets users connect their mobile wallets to your DApp
https://coinbase.github.io/coinbase-wallet-sdk/
MIT License
1.4k stars 521 forks source link

Fix Extra Popup After Handshake #1283

Closed fan-zhang-sv closed 2 months ago

fan-zhang-sv commented 2 months ago

Summary

catch(() => {}) does not block the rest of the function, we should catch the 'error' (FE not requesting walletlink URL) at one level higher at fetchSignerType

How did you test your changes?

Manually