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-link/dist/services/link-manager.d.ts:39:35 - error TS2315: Type 'PublicTransition' is not generic.
39 get currentTransitionStack(): Transition<unknown>[] | undefined;
The text was updated successfully, but these errors were encountered:
Oh, I realized I have no notifications for this repo turned on. For all ember v5 releases I had issues with the types. Only at ember 5.6 those were resolved and the last blocker was ember-link indeed, which brought me here.
When using the stable TypeScript Types in Ember 5.1 there is an issue with the types for ember-link:
The text was updated successfully, but these errors were encountered: