-
Notifications
You must be signed in to change notification settings - Fork 758
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
RainbowKit Version
2.2.8
wagmi Version
2.17.5
Current Behavior
TLDR
There is a bug related to rabbyWallet
connector (here) that causes the page to crash/be stuck on an infinite loop
Resources
-
github: I have a public repo setup here where you can reproduce the issue locally: https://github.com/xtbase/test-rb
-
sample vercel deployments
-
broken (uses rabby connector, notice that increment button doesn't work): https://test-rb-kappa.vercel.app/
-
working (doesn't use rabby connector, increment works fine): https://test-rb-kappa.vercel.app/no-rabby
Expected Behavior
There should not be any crashes when using rabbyWallet
connector, suspect it's due to some injectedProvider issues with other injected wallets such as metamask
Steps To Reproduce
- Have these extensions installed - coinbase wallet + phantom + metamask
- When setting up
connectors
to pass into wagmi, userabbyWallet
connector
const connectors = connectorsForWallets(
[
{
groupName: 'Recommended',
wallets: [
...,
rabbyWallet,
],
},
],
);
const wagmiConfig = createConfig({
connectors,
...,
});
- load the page, see that everything is unresponsive and you have to manually close the tabs
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
https://test-rb-kappa.vercel.app/
Anything else?
No response
Metadata
Metadata
Assignees
Labels
No labels