Patch Changes
-
18789aa9
#2107 Thanks @woutermont! - This update restricts invokedSubscribable
s toEventObject
s,
so that type inference can be done on whichSubscribable
s are
allowed to be invoked. ExistingMachineConfig
s that invoke
Subscribable<any>
s that are notSubscribable<EventObject>
s
should be updated accordingly. -
38dcec1d
#2149 Thanks @davidkpiano! - Invocations and entry actions for combinatorial machines (machines with only a single root state) now behave predictably and will not re-execute upon targetless transitions.