Last active
August 5, 2021 16:16
-
-
Save farskid/2cc80c7fe0fc966d770dc59ed5ab42cb to your computer and use it in GitHub Desktop.
Generated by XState Viz: https://xstate.js.org/viz
This file contains 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
Machine({ | |
initial: 'a', | |
// leaving a syntax error deliberately here | |
states: | |
a: {} | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment