Patch Changes
-
667d1c7: Done transitions now receive
outputdirectly in callback arguments.invoke: { src: fetchUser, onDone: ({ output }) => { output.name; } }
The direct
outputvalue is only provided for XState done events, such as
xstate.done.actor.*andxstate.done.state.*.