Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import declaration conflicts with local declaration of 'Arrayish'. #68

Closed
ondratra opened this issue Nov 25, 2019 · 1 comment
Closed

Comments

@ondratra
Copy link
Contributor

ondratra commented Nov 25, 2019

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.

@xf00f
Copy link
Owner

xf00f commented Nov 25, 2019

Should be fixed in v4.0.6

@xf00f xf00f closed this as completed Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants