Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. // Available variables:
  2. // - Machine
  3. // - interpret
  4. // - assign
  5. // - send
  6. // - sendParent
  7. // - spawn
  8. // - raise
  9. // - actions
  10. // - XState (all XState exports)
  11.  
  12. const machine = Machine({
  13. id: 'checkout-address',
  14. initial: 'idle',
  15. states: {
  16. idle: {
  17.  
  18. }
  19. }
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement