You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: validate Event() id parameter to prevent silent transition loss
Passing multiple transitions as positional args to Event() (e.g.,
Event(t1, t2)) caused the second argument to be silently interpreted
as the event id, leaving those transitions eventless (auto-firing).
Now raises InvalidDefinition with a message suggesting the | operator.
0 commit comments