fix(deps): update xstate monorepo (major) #702
Annotations
10 errors and 2 warnings
Run Tests:
src/components/AcceptInvitationForm.vue#L144
Property 'state' does not exist on type '{ snapshot: Ref<MachineSnapshot<MachineContext, AnyEventObject, Record<string, AnyActorRef>, StateValue, string, NonReducibleUnknown>>; send: (event: AnyEventObject) => void; actorRef: ActorRef<...>; }'.
|
Run Tests:
src/components/AcceptInvitationForm.vue#L146
Argument of type '{ predictableActionArguments: boolean; id: string; initial: string; states: { idle: { on: { CLICK_CREATE_ACCOUNT: string; }; }; pending: { on: { RESOLVE: string; REJECT: string; }; }; error: { on: { CLICK_CREATE_ACCOUNT: string; }; }; success: {}; }; }' is not assignable to parameter of type 'MachineConfig<MachineContext, AnyEventObject, ProvidedActor, ParameterizedObject, ParameterizedObject, ... 4 more ..., TypegenDisabled>'.
|
Run Tests:
src/components/AcceptInvitationForm.vue#L181
Argument of type 'string' is not assignable to parameter of type 'AnyEventObject'.
|
Run Tests:
src/components/AcceptInvitationForm.vue#L189
Argument of type 'string' is not assignable to parameter of type 'AnyEventObject'.
|
Run Tests:
src/components/AcceptInvitationForm.vue#L206
Argument of type 'string' is not assignable to parameter of type 'AnyEventObject'.
|
Run Tests:
src/components/AcceptInvitationForm.vue#L213
Argument of type 'string' is not assignable to parameter of type 'AnyEventObject'.
|
Run Tests:
src/components/ChangePasswordForm.vue#L155
Property 'state' does not exist on type '{ snapshot: Ref<MachineSnapshot<MachineContext, AnyEventObject, Record<string, AnyActorRef>, StateValue, string, NonReducibleUnknown>>; send: (event: AnyEventObject) => void; actorRef: ActorRef<...>; }'.
|
Run Tests:
src/components/ChangePasswordForm.vue#L157
Argument of type '{ predictableActionArguments: boolean; id: string; initial: string; states: { idle: { on: { CLICK_CHANGE_PASSWORD: string; }; }; pending: { on: { RESOLVE: string; REJECT: string; }; }; error: { on: { CLICK_CHANGE_PASSWORD: string; }; }; success: {}; }; }' is not assignable to parameter of type 'MachineConfig<MachineContext, AnyEventObject, ProvidedActor, ParameterizedObject, ParameterizedObject, ... 4 more ..., TypegenDisabled>'.
|
Run Tests:
src/components/ChangePasswordForm.vue#L208
Argument of type 'string' is not assignable to parameter of type 'AnyEventObject'.
|
Run Tests:
src/components/ChangePasswordForm.vue#L216
Argument of type 'string' is not assignable to parameter of type 'AnyEventObject'.
|
Run Tests
No files were found with the provided path: cypress/videos/. No artifacts will be uploaded.
|
Run Tests
No files were found with the provided path: cypress/screenshots/. No artifacts will be uploaded.
|