We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Timer
@ember/runloop
#961 switched EmberRunTimer imported from @ember/runloop/types to Timer imported from @ember/runloop.
EmberRunTimer
@ember/runloop/types
ember-file-upload/ember-file-upload/src/system/drag-listener.ts
Line 2 in 487168e
It seems that the DefinitelyTyped @ember/runloop package does not export this Timer interface.
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/ember__runloop/index.d.ts
Resulting in this error:
Unfortunately I am unable to switch to the internal Ember types because EmberData is not yet compatible with those types AFAIK.
My question is:
The text was updated successfully, but these errors were encountered:
I asked the same question regarding another addon in Ember Discord. Got the recommendation that it should be fixed in DefinetlyTyped.
Sorry, something went wrong.
Fixed in @types/[email protected]
@types/[email protected]
No branches or pull requests
#961 switched
EmberRunTimer
imported from@ember/runloop/types
toTimer
imported from@ember/runloop
.ember-file-upload/ember-file-upload/src/system/drag-listener.ts
Line 2 in 487168e
It seems that the DefinitelyTyped
@ember/runloop
package does not export thisTimer
interface.https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/ember__runloop/index.d.ts
Resulting in this error:
Unfortunately I am unable to switch to the internal Ember types because EmberData is not yet compatible with those types AFAIK.
My question is:
The text was updated successfully, but these errors were encountered: