I have a machine and in a state on that machine I invoke a child machine. The child machine has states.
Now, in my react component I need to match that child machine state. E.g "matches("parentState.childState")"
Is there a way of accomplishing this?
Before this I used child states and invoked a service but figured this would be a cleaner approach with a general machine to invoke.