Patch Changes
-
7601447: Add
createMachineFromSCXML(...)through thexstate/scxmlentry point. Converted machines follow strict SCXML behavior for transition selection, executable content, datamodel evaluation, invocation, event metadata, and completion.import { createMachineFromSCXML } from 'xstate/scxml'; const machine = createMachineFromSCXML(scxml);