Replies: 1 comment 2 replies
-
I'm confused by the example; how do you want to extend the inspector? (I don't see the inspector being called here) |
Beta Was this translation helpful? Give feedback.
2 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.
-
XState's interpreter ships with some extra event/action handling that's not strictly necessary as part of its implementation, but it's nice to have - stuff like
actions.log
.It would be nice to be able to extend the interpreter with other actions from a third party.
In a recent discussion about forwarding React prop changes to machines, an interface similar this was floated as an idea:
If the interpreter could be extended, such additions could be done in userland.
Beta Was this translation helpful? Give feedback.
All reactions