Ilya Polyakov
Ilya Polyakov
I found that this is caused by using IndexDB. As a fix, I use clearing WALLET_CONNECT_V2_INDEXED_DB in the browser, but it requires a page reload to take effect. Looks glitchy....
> Edit: As a workaround, after `connector.deactivate()` I needed to add a 1000ms timeout to call `activate()` and the wallet modal shows up. It doesn't look like stable solution
> Hi @lcamargof, I tested with our react-app example [here](https://react-app.walletconnect.com/) and our [Web3Modal demo](https://web3modal.com/) and cannot reproduce the issue you are seeing with the steps provided. > > Could you...