Justin
Results
1
comments of
Justin
I don't think there is a library supported method, but I've done: ``` let machine = StateMachine({ ... state setup ... data: { firstState: {a: 1}, secondState: {} }, methods:...