Skip to content

[core] Transition function #10162

[core] Transition function

[core] Transition function #10162

Triggered via pull request October 9, 2024 12:17
Status Failure
Total duration 1m 1s
Artifacts

nodejs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build: packages/core/src/StateMachine.ts#L335
Type 'AnyMachineSnapshot[]' is not assignable to type 'MachineSnapshot<TContext, TEvent, TChildren, TStateValue, TTag, TOutput, TMeta, TConfig>[]'.
build: packages/core/src/actions/assign.ts#L80
Type 'Record<string, AnyActorRef | undefined>' is not assignable to type 'Record<string, AnyActorRef>'.
build: packages/core/src/actions/send.ts#L144
Type 'AnyActorRef | undefined' is not assignable to type 'AnyActorRef'.
build: packages/core/src/actions/spawnChild.ts#L86
Type '{ [x: string]: AnyActorRef | undefined; }' is not assignable to type 'Record<string, AnyActorRef>'.
build: packages/core/src/actions/stopChild.ts#L48
Type 'Record<string, AnyActorRef | undefined>' is not assignable to type 'Record<string, AnyActorRef>'.
build
Process completed with exit code 2.