xstate@6.0.0-alpha.5
Pre-release
Pre-release
·
0 commits
to main
since this release
Major Changes
-
297f851: String target shorthand is no longer accepted for transition configs. Use the object form with
targetinstead:createMachine({ initial: 'idle', states: { idle: { on: { start: { target: 'active' } } }, active: {} } });