web3x icon indicating copy to clipboard operation
web3x copied to clipboard

Incorrect import of dependency 'uuid'

Open nftleader opened this issue 4 years ago • 0 comments

The 'uuid' package used by utils/encryption.ts has no default export. This produces the following error

Attempted import error: 'uuid' does not contain a default export (imported as 'uuid').

"typescript": "^4.0.5"

nftleader avatar Nov 26 '20 14:11 nftleader