-
Notifications
You must be signed in to change notification settings - Fork 973
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
Trezor wallet dependency issue causing error in wallet-adapter-wallets
#918
Comments
I opened an issue in Trezor Connect repo - trezor/trezor-suite#11442. Unfortunately I'm not able how to fix this myself as it seems to be an issue with Trezor Connect not the integration into wallet adapter. As a temporary solution for wallet-adapter we could pin |
Thanks for looking into this :) That sounds like a good workaround for now! Would get the Trevor adapter working for those who need it and fix the umbrella package for everyone. Would you be able to open a PR on the adapter for that? |
|
This solve the build issue util the fix is released For yarn adding the resolutions rule to package.json. "resolutions": { |
Hmm I'm still seeing the error on the stackblitz repro, but overriding to |
The override shouldn't be needed. Maybe the issue is that version |
Looks like something was cached, all good! Looks like this should be sorted for good :) Thanks again Gabriel! |
Describe the bug
When importing from
wallet-adapter-wallets
there's an error caused by a bad dependency inwallet-adapter-trezor
:Note that @trezor/connect-web and @trezor/connect-common have had recent updates, and an app installing
wallet-adapter-wallets
has the latest version of each (9.2.0 and 0.0.29 respectively)To Reproduce
Steps to reproduce the behavior:
npm install && npx next dev
Expected behavior
No error, Next app starts correctly
@gabrielKerekes tagging because you opened the previous Trezor PR - could you figure out how the adapter dependencies need to be set up please?
The text was updated successfully, but these errors were encountered: