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
Copy file name to clipboardExpand all lines: _glossary/local-transition.md
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -36,23 +36,25 @@ Local transitions are only possible to define _from_ a composite state and _to_
36
36
37
37
## xstate
38
38
39
-
Xstate does not yet support local transitions. It can be worked around by creating a single state that wraps all of the child states, and place the local transitions on the substate.
39
+
In xstate, an internal transition is described by prefixing the target state with a dot.
0 commit comments