You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it appears that machines that are spawned lack the validation we get with useMachine. Looks like the spawn action is accepting machines that have a non 'never' values under tsConfig.missingImplementations
Expected result
it should throw a typescript error when invoking a non fully implemented machine
Description
it appears that machines that are spawned lack the validation we get with useMachine. Looks like the spawn action is accepting machines that have a non 'never' values under
tsConfig.missingImplementations
Expected result
it should throw a typescript error when invoking a non fully implemented machine
Actual result
it does not error
Reproduction
https://codesandbox.io/s/elastic-visvesvaraya-lgbnlj?file=/src/index.ts
Additional context
No response
The text was updated successfully, but these errors were encountered: