Using walletConnect to connect another blockchain(rainbowKit) while enabling walletConnect in use-Wallet cause error of Failed to execute 'define' on 'CustomElementRegistry': the name "wcm-button" has already been used with this registry
#3383
Unanswered
jingxuan98
asked this question in
Developer Support
Replies: 1 comment 1 reply
-
Hi, make sure you set up the SDK configuration outside the react comoponents. I think they have already an example on their repo :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I am using walletConnect to connect another blockchain via (rainbowKit with wallet-connect option) while enabling walletConnect in use-Wallet for algorand (https://github.com/TxnLab/use-wallet) as well
SDK Version (if relevant)
"@walletconnect/modal-sign-html": "2.5.9", // tried 2.6.0 but still same using 2.5.9 because wagmi using 2.5.9 for modal
"wagmi": "^1.3.9",
"@rainbow-me/rainbowkit": "^1.0.7",
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should be able to wallet-connect on both chains successfully
Screenshots
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions