Daniel Sinclair

Results 107 comments of Daniel Sinclair

* **#2589** * **#2588** 👈 (View in Graphite) * **#2590** * `main` This stack of pull requests is managed by Graphite. Learn more about stacking.

This currently blocked due to the connector's URI length that cannot be rendered as a qr code

If you're experiencing this, please share a reproducible example with specific dependency versions. RainbowKit doesn't interface with `IndexedDB ` directly, so I suspect this is related to a dependency in...

This is currently expected behavior. We rely on the MetaMask button as a fallback for all `window.ethereum` providers because this has historically been a common UI pattern.

Tested with the Safe Browser by adding a Custom App here and not seeing the Safe connector appear; we might have a larger issue. Previously this connector would auto-connect in...

@magiziz For that WalletConnect scenario, I think what might work better is an "optimistic disconnect". When the user taps disconnect, we put the RainbowKit modal into the disconnected state and...

I started to look into a refactor here: - I don't think `RainbowKitWagmiStateContext` is necessary as we have the existing `useConnectionStatus` hook - `useDisconnect` also comes with a `status` prop...