Closed happyeric77 closed 8 months ago
Pending resolving from Trezor's side https://github.com/trezor/trezor-suite/pull/11443
They've released a new version, updating now and will republish the packages.
Here is the package version of the fixed package @injectivelabs/wallet-ts: 1.14.11-beta.3
Hey team,
The next.js project in which we use the
wallet-ts
package always fails to build with the error sayingModule not found: Can't resolve '@trezor/connect-common/src/messageChannel/abstract'
. Please check the detailed msg below:Might I know if it is something package dependency issue. Or did I miss anything?
My env FYI:
package.json dependency list FYI:
I created a new nextjs project to replicate this situation. It is a plain
create-next-app
with some injective package (above). You will be able to replicate this issue byThen we will be able to see below window when accessing
localhost:3000
.