-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
incompatible with latest Typescript compiler #622
Comments
Does that mean that TS now has a type named Arrayish? Or are you using npm link for anything, which can also cause this kind of error... |
No, I think that it may be a change in how the compiler handles things. I tried pulling the current
The Tests are all passing. @ricmoo can I author a merge request? |
This is one of the breaking changes in TS 3.7 - thanks for the heads-up @FSM1 |
Oh! I just looked at that file... Yes, I'm surprised that ever worked... I'll fix that now. :) |
This has been published to NPM and a release has been cut. Please try out |
Works a charm @ricmoo 💯 |
Having recently upgraded my project to Typescript 3.7.0-beta the project refuses to build throwing the following error:
node_modules/ethers/utils/bytes.d.ts:5:10 - error TS2440: Import declaration conflicts with local declaration of 'Arrayish'.
The error is thrown on the following line of code in
utils/bytes.d.ts
:The text was updated successfully, but these errors were encountered: