Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.3k
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
On every state which uses an invoked actor, Ihave a transition like this: error:{// asynchronous error in one of our invoked actorsactions:"console_error",target:".error",}, and then,in addition, on every invoked actor, Ihave a transition like this: onError:{// synchronous error in this invoked actoractions:"console_error",target:".error",}, So if I have 2 states, each of which invokes 3 actors, then I have to use a total ofeight transitions just to say "these 2 states should do such-and-such if there's an error". That's a lot of boilerplate which creates a huge array of transitions that doesn't look very good in the Stately Editor autolayout, to boot. Is there any way to have something like an |
BetaWas this translation helpful?Give feedback.