-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Tyedefs: 'AbstractExtendedWebDriver' incorrectly extends interface 'ExtendedWebDriver' #4361
Comments
Not sure if it's related, but webdriver-js-extender was made into a dependency for 5.0, and it references an older version of selenium-webdriver.. https://github.com/angular/webdriver-js-extender/blob/master/package.json#L26
|
+1 Hardcoding
|
related: microsoft/TypeScript#3598 |
@ChrisMBarr did you find a solution for this? After 13+ hours and many attempts it's still lingering |
My only solution was to keep typescript at the previous version. We had other unrelated issues as well.
… On Jul 18, 2017, at 11:23 PM, Thomas Cayne ***@***.***> wrote:
@ChrisMBarr did you find a solution for this? After 8 hours and many attempts it's still lingering
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
what is the workaround if we still want to use typescript 2.4.1 ? |
It recently came to my attention that there are 2 new compiler options in TS 2.4.x
i think that all one would need to do is set |
So here's what I've done so far:
What should happen... the typings in Protractor should work and they should be properly extended. If you plan to use the latest |
Just ran into this when I installed typescript 2.7.0 |
Bug report
7.9.0
5.1.2
Windows 10
I recently upgrade a project from Typescript
2.3.x
to2.4.1
and now I get this error TS2430 about the typedefs in\node_modules\protractor\built\browser.d.ts
Interface 'AbstractExtendedWebDriver' incorrectly extends interface 'ExtendedWebDriver'
The text was updated successfully, but these errors were encountered: