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
node_modules/ember-concurrency-decorators/index.d.ts:3:29 - error TS2315: Type 'TaskProperty' is not generic.
3 declare type TaskProperty = GenericTaskProperty<unknown, unknown[]>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/ember-concurrency-decorators/index.d.ts:4:34 - error TS2315: Type 'TaskGroupProperty' is not generic.
4 declare type TaskGroupProperty = GenericTaskGroupProperty<unknown>;
Seeing the following errors on build:
These are my current relevant dependencies:
If you need any more info let me know, thanks!
The text was updated successfully, but these errors were encountered: