When building the web3x package v4.0.5 with Typescript >= 3.7 following error occurs:
node_modules/web3x/ethers/bytes.d.ts(5,10): Error TS2440: Import declaration conflicts with local declaration of 'Arrayish'.
I am not exactly sure what is connection between the code in web3x/src/ethers/bytes.ts and ether.js project, but they were solving exactly the same error in https://github.com/ethers-io/ethers.js/issues/622.
When building the
web3x
package v4.0.5 with Typescript >= 3.7 following error occurs:I am not exactly sure what is connection between the code in
web3x/src/ethers/bytes.ts
andether.js
project, but they were solving exactly the same error in https://github.com/ethers-io/ethers.js/issues/622.