common icon indicating copy to clipboard operation
common copied to clipboard

Attempted import error: 'TextDecoder' is not exported from '@polkadot/x-textdecoder'

Open MHarisAshfaq opened this issue 1 year ago • 0 comments

I have added these 2 packages to my package.json file

"@reef-defi/evm-provider": "1.0.2",
"@reef-defi/extension-dapp": "1.0.2",

Now getting the below error on yarn start and yarn build

Failed to compile.

./node_modules/@polkadot/util/u8a/toString.js
Attempted import error: 'TextDecoder' is not exported from '@polkadot/x-textdecoder'

MHarisAshfaq avatar May 07 '23 22:05 MHarisAshfaq