Skip to content

xstate@4.38.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 16:00
· 1372 commits to main since this release
740409e

Minor Changes

  • #4098 ae7691811 Thanks @davidkpiano! - The log, pure, choose, and stop actions were added to the main export:

    import { log, pure, choose, stop } from 'xstate';