Bug: [Typescript] enqueueActions
throws a type error when declared within setup actions
#4923
Labels
enqueueActions
throws a type error when declared within setup actions
#4923
XState version
XState version 5
Description
TS throws an error when
enqueuedActions
is declared withinsetups > actions
.Expected result
No type error should be raised.
Actual result
Reproduction
Sandbox link
Additional context
xstate: 5.13.0
typescript: "5.3.3
The text was updated successfully, but these errors were encountered: