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
Right now the state value is always a string, but since we plan to introduce hierarchical fsms in the future (#21), state values might be represented differently.
Adding a 'matches' function on the machine state prototype (like XState) will give users a consistent and easy way to derive ui from the machine state.
The text was updated successfully, but these errors were encountered:
Right now the state value is always a string, but since we plan to introduce hierarchical fsms in the future (#21), state values might be represented differently.
Adding a 'matches' function on the machine state prototype (like XState) will give users a consistent and easy way to derive ui from the machine state.
The text was updated successfully, but these errors were encountered: