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
All Nuxt Bridge projects with minimal option enabled
Reproduction
No response
Describe the bug
I think the non fms gets imported on accident somehow, which makes the state machine defined with fms implementation incompatible with the type, and also throws an error at runtime. Requires closer inspecting, since I wasn't able to find actual issue in autoImports.ts so far
Additional context
Throws the following type error: Argument of type 'Machine<object, EventObject, { value: any; context: object; }>' is not assignable to parameter of type 'MaybeLazy<StateMachine<object, any, EventObject, { value: any; context: object; }, BaseActionObject, ServiceMap, ResolveTypegenMeta<TypegenDisabled, EventObject, BaseActionObject, ServiceMap>>>'
The text was updated successfully, but these errors were encountered:
Your Environment
All Nuxt Bridge projects with minimal option enabled
Reproduction
No response
Describe the bug
I think the non
fms
gets imported on accident somehow, which makes the state machine defined withfms
implementation incompatible with the type, and also throws an error at runtime. Requires closer inspecting, since I wasn't able to find actual issue inautoImports.ts
so farAdditional context
Throws the following type error:
Argument of type 'Machine<object, EventObject, { value: any; context: object; }>' is not assignable to parameter of type 'MaybeLazy<StateMachine<object, any, EventObject, { value: any; context: object; }, BaseActionObject, ServiceMap, ResolveTypegenMeta<TypegenDisabled, EventObject, BaseActionObject, ServiceMap>>>'
The text was updated successfully, but these errors were encountered: