Replies: 1 comment
-
|
The documentation is very sparse and doesn't provide a good enough example: |
Beta Was this translation helpful? Give feedback.
0 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.
-
I'm working on a state machine using XState v5 and have encountered an issue with stopping ongoing Promise actors using the abort signal. The XState documentation shows how to use the signal within a promise actor, but it doesn't illustrate how to reference and utilize the signal for named actors defined within the setup method of the machine.
Here is a simplified example of what I'm trying to achieve:
Beta Was this translation helpful? Give feedback.
All reactions