-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency conflict with latest WalletConnect with Wagmi 2.X #57
Comments
You can update the the latest version of adapters and it does not have dependencies on |
@way2ex , Hi Justin, good day, I tried to force install, but I am now getting this error:
├─┬ @tronweb3/[email protected]
|
Without the real project i have no idea why the error occurs. It seems that the problem is due to |
Hi, I have the same issue while using web3modal for EVM based networks and Tron WalletConnectAdapter for tron connections. I've created minimal reproduction repository. Reproduction scenarios are described in readme. It seems that whatever of those modules loaded first sets a w3m-button to customElements registry which creates a conflict. |
Thanks a lot for your reproduction repository. It seems that the error occurs due to The upgrade is likely to this resolution. It may take some time before the next version. |
@tronweb3/[email protected] is released and it should work fine with ethereum. |
https://docs.walletconnect.com/web3modal/react/about?platform=wagmi
I tried to install latest WalletConnect with Wagmi 2.X with alrd installed tronwallet-adapter, I am getting dependency error from npm install.
The text was updated successfully, but these errors were encountered: