David Khourshid
David Khourshid
@bogminic I went ahead and quickly fixed this: #4169
🧹 Going to redo this one
Have you tried adding `skip: true` to the `meta: { ... }` object?
You're right; final states should not have invoked actors, which matches the SCXML spec: https://www.w3.org/TR/scxml/#final We should warn against this and/or disallow this in v5.
> Very interested in this, until this drops it's hard to have real type safety with regard to the context which is crucial for my application. Good to know; we're...
🧹 I think that with `enqueueActions(…)` and v6 ideas for single-function actions (basically `enqueueActions(…)` but by default), action groups will be made redundant, since it would be easier to use...
> @davidkpiano that sounds lovely! Do you have v6 ideas documented anywhere publicly? I'd love to see what you're thinking Not yet, but once I set up a branch/draft PR...
Typegen is not (yet) available for XState v5.
That's strange, I can't reproduce that - the blog example shows this: