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
TypeScript 5.9.3
The example code in documentation gives following type error:
Argument of type 'Transition<"stop">' is not assignable to parameter of type 'Transition<"pause">'.
Type '"stop"' is not assignable to type '"pause"'. ts(2345)
TypeScript 5.9.3
The example code in documentation gives following type error:
Argument of type 'Transition<"stop">' is not assignable to parameter of type 'Transition<"pause">'.
Type '"stop"' is not assignable to type '"pause"'. ts(2345)