fix(deps): update xstate monorepo (major) #1259
Annotations
10 errors and 2 warnings
src/components/AcceptInvitationForm.vue#L144
Property 'state' does not exist on type '{ snapshot: Ref<MachineSnapshot<MachineContext, AnyEventObject, Record<string, AnyActorRef>, StateValue, string, NonReducibleUnknown, MetaObject>>; send: (event: AnyEventObject) => void; actorRef: Actor<...>; }'.
|
src/components/AcceptInvitationForm.vue#L146
Object literal may only specify known properties, and 'predictableActionArguments' does not exist in type '{ types?: MachineTypes<MachineContext, AnyEventObject, ProvidedActor, ParameterizedObject, ParameterizedObject, ... 6 more ..., TypegenDisabled> | undefined; schemas?: unknown; } & Omit<...> & { ...; } & { ...; }'.
|
src/components/AcceptInvitationForm.vue#L181
Argument of type 'string' is not assignable to parameter of type 'AnyEventObject'.
|
src/components/AcceptInvitationForm.vue#L189
Argument of type 'string' is not assignable to parameter of type 'AnyEventObject'.
|
src/components/AcceptInvitationForm.vue#L206
Argument of type 'string' is not assignable to parameter of type 'AnyEventObject'.
|
src/components/AcceptInvitationForm.vue#L213
Argument of type 'string' is not assignable to parameter of type 'AnyEventObject'.
|
src/components/ChangePasswordForm.vue#L155
Property 'state' does not exist on type '{ snapshot: Ref<MachineSnapshot<MachineContext, AnyEventObject, Record<string, AnyActorRef>, StateValue, string, NonReducibleUnknown, MetaObject>>; send: (event: AnyEventObject) => void; actorRef: Actor<...>; }'.
|
src/components/ChangePasswordForm.vue#L157
Object literal may only specify known properties, and 'predictableActionArguments' does not exist in type '{ types?: MachineTypes<MachineContext, AnyEventObject, ProvidedActor, ParameterizedObject, ParameterizedObject, ... 6 more ..., TypegenDisabled> | undefined; schemas?: unknown; } & Omit<...> & { ...; } & { ...; }'.
|
src/components/ChangePasswordForm.vue#L208
Argument of type 'string' is not assignable to parameter of type 'AnyEventObject'.
|
src/components/ChangePasswordForm.vue#L216
Argument of type 'string' is not assignable to parameter of type 'AnyEventObject'.
|
|
|
This job failed
Loading