Open dlnuchunge opened 6 months ago
It looks like it needs upgrade version... https://github.com/anza-xyz/wallet-adapter/pull/949
It looks like it needs upgrade version... anza-xyz/wallet-adapter#949
What should we do ?
It looks like it needs upgrade version... anza-xyz/wallet-adapter#949
What should we do ?
You can temporarily override the version of @ledgerhq/errors
to resolve this issue, as done in this PR https://github.com/anza-xyz/wallet-adapter/pull/949, by specifying the required version in the package.json.
Which version to use?
Which version to use?
You can use 6.16.3
Still having this issue, even after adding overrides in package.json. Is there any other solution ?
You can fix it temporarily by adding below line into file node_modules/@ledgerhq/hw-transport/node_modules/@ledgerhq/errors/lib-es/index.js
export const TransportRaceCondition = createCustomErrorClass("TransportPendingOperation");
You can fix it temporarily by adding below line into file
node_modules/@ledgerhq/hw-transport/node_modules/@ledgerhq/errors/lib-es/index.js
export const TransportRaceCondition = createCustomErrorClass("TransportPendingOperation");
If this is the final solution, you will probably need to include the node_module package in your version control repository. If you have an automated build in your pipeline, the build will fail, too. Oh, Boy!
I'm not gonna lie, I'm kinda getting sick an tired how slow and ass support is for solana, never had issues so often with other blockchains. Solana stack exchange gives no answers, the solana devs give frequently $%^ updates, and to erven implement the stuff they DO update you gotta spend ours digging through code with no decent explainations. || close to never touching this chain again if I even get this Dapp working... hhhh
You can fix it temporarily by adding below line into file
node_modules/@ledgerhq/hw-transport/node_modules/@ledgerhq/errors/lib-es/index.js
export const TransportRaceCondition = createCustomErrorClass("TransportPendingOperation");
If this is the final solution, you will probably need to include the node_module package in your version control repository. If you have an automated build in your pipeline, the build will fail, too. Oh, Boy!
DOESN'T WORK
Hello everyone, we released a new version today, updating @ant-design/web3-solana to 1.1.3. This version has removed some unused dependencies. You can try it out to see if it solves your problem.
ERROR in ./node_modules/@solana/wallet-adapter-ledger/node_modules/@ledgerhq/hw-transport/lib-es/Transport.js 225:26-48 export 'TransportRaceCondition' (imported as 'TransportRaceCondition') was not found in '@ledgerhq/errors'