Replies: 1 comment 3 replies
-
Can you please share the full code for the machine? It is probably that the full typing of the invoked child machine was not provided in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I have a machine that, in a specific state, invokes a submachine
connectedMachine
(as an actor).When I instantiate the machine (
useActor
),snapshot.matches
only accepts the state keys of the machine, not the submachine. What is the correct way? Should I also instantiate the submachine? I thought that'sinvoke
's job?I managed to get this far by randomly checking the keys:

But no
matches
in sight...Beta Was this translation helpful? Give feedback.
All reactions