You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
messageBuilders.js:146 Uncaught (in promise) Error: Cannot find module '../errors'
at webpackMissingModule (messageBuilders.js:146:1)
at ./node_modules/@ton/walletkit/dist/esm/utils/mnemonic.mjs (messageBuilders.js:146:1)
at options.factory (react refresh:37:1)
at __webpack_require__ (bootstrap:22:1)
at fn (hot module replacement:61:1)
at hotRequire (react refresh:20:1)
at ./node_modules/@ton/walletkit/dist/esm/utils/Signer.js (AddressBookRowV3.js:23:1)
at options.factory (react refresh:37:1)
at __webpack_require__ (bootstrap:22:1)
at fn (hot module replacement:61:1)
it seems in mnemonic.mjs, there is a defined import whose file is missing: import { WalletKitError, ERROR_CODES } from '../errors';
Importance: Urgent!
Version: "@ton/walletkit": "^1.0.0",
Environment: CRA with craco enabled.
Im getting this error:
it seems in
mnemonic.mjs, there is a defined import whose file is missing:import { WalletKitError, ERROR_CODES } from '../errors';Importance: Urgent!
Version:
"@ton/walletkit": "^1.0.0",Environment: CRA with craco enabled.