mqklin

Results 5 issues of mqklin

I'm using `@walletconnect/client`. I created session with `createSession`, scanned QR code, everything is OK. After that I rebooted my cell phone - connection is lost. But connector still returns `connected`...

**Describe the bug** Projects that use 3box (like [https://beta.zerion.io](https://beta.zerion.io)) fails in browsers like Edge or Safari (iPad) **To Reproduce** 1. Go to [https://beta.zerion.io](https://beta.zerion.io) on Edge or iPad/Safari 2. See error...

bug
documentation

For some reason, this code doesn't work: ``` console.log(`%c ${123}`, 'color:red'); ``` (it logs `%c 123 color:red`) But if I turn-off the plugin, it works as expected.

Following https://github.com/wevm/wagmi/issues/3603 ## Description `shimDisconnect` should be considered before showing prompt for selecting account ## Additional Information Before submitting this issue, please make sure you do the following. - [x]...

**Describe the bug (including copyable syntax)** I have a snippet inside `javascript.json` file, and want to use it inside styled components: ``` "medq": { "prefix": "medq", "body": [ "@media (max-width:...

bug