Last active
June 29, 2020 17:35
-
-
Save kellyjandrews/2d260c1f9c7b51ed47c4cf7bbc61b4df to your computer and use it in GitHub Desktop.
Generated by XState Viz: https://xstate.js.org/viz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const video = Machine({ | |
id: 'video', | |
initial: 'disconnected', | |
states: { | |
disconnected: {}, | |
connected: {} | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment