common
common copied to clipboard
Attempted import error: 'TextDecoder' is not exported from '@polkadot/x-textdecoder'
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'