We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spawn(machine) is not aware of missing actions (and presumably guards, services, etc)
spawn(machine)
I expect spawn(machine) to show the same TypeScript errors as interpret(machine)
interpret(machine)
spawn(machine) does not raise any TS errors if there are missing actions
https://codesandbox.io/s/silly-leakey-9918xk?file=/src/index.ts
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
spawn(machine)
is not aware of missing actions (and presumably guards, services, etc)Expected result
I expect
spawn(machine)
to show the same TypeScript errors asinterpret(machine)
Actual result
spawn(machine)
does not raise any TS errors if there are missing actionsReproduction
https://codesandbox.io/s/silly-leakey-9918xk?file=/src/index.ts
Additional context
No response
The text was updated successfully, but these errors were encountered: