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/router_js/dist/cjs/transition.d.ts:208:78 - error TS2677: A type predicate's type must be assignable to its parameter's type.
Type 'typeof Transition' is not assignable to type 'Dict<unknown>'.
Index signature is missing in type 'typeof Transition'.
208 export declare function isTransition(obj: Dict<unknown> | undefined): obj is typeof Transition;
Discovered during the most recent Glimmer-VM upgrade in Ember: emberjs/ember.js#18621
The text was updated successfully, but these errors were encountered: