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
When using invoke to run nested machines current doenst't represent deepest child
invoke
current
Here is example https://codesandbox.io/s/react-robot-bug-example-re781
robot/machine.js
Lines 174 to 181 in 31d8125
let service = { send(event) { this.machine = send(this, event); // TODO detect change - this.onChange(this); + this.onChange(this.child || this) } };
The text was updated successfully, but these errors were encountered:
This appears to remain an issue in the latest version (0.4.0).
Sorry, something went wrong.
No branches or pull requests
When using
invoke
to run nested machinescurrent
doenst't represent deepest childHere is example
https://codesandbox.io/s/react-robot-bug-example-re781
robot/machine.js
Lines 174 to 181 in 31d8125
this quick fix helped, but this looks wrong😁
The text was updated successfully, but these errors were encountered: