xf00f / web3x

Ethereum TypeScript Client Library - for perfect types and tiny builds.
211 stars 27 forks source link

Incorrect import of dependency 'uuid' #82

Open nftleader opened 3 years ago

nftleader commented 3 years ago

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"