You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ethers-io/ethers.js#622.
The text was updated successfully, but these errors were encountered:
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 ethers-io/ethers.js#622.The text was updated successfully, but these errors were encountered: