Skip to content

Instantly share code, notes, and snippets.

@fredrikoller
Created October 11, 2020 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fredrikoller/28788edb71c99241e1134594a03d37ad to your computer and use it in GitHub Desktop.
Save fredrikoller/28788edb71c99241e1134594a03d37ad to your computer and use it in GitHub Desktop.
Generated by XState Viz: https://xstate.js.org/viz
Machine({
id: 'exam',
initial: 'Uninitialized',
context: {},
states: {
Error: {},
Uninitialized: {}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment