Skip to content

xstate@4.38.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 08:48
· 1370 commits to main since this release
b2754e5

Patch Changes

  • #4130 e659fac5d Thanks @davidkpiano! - The pure(...) action creator is now properly typed so that it allows function actions:

    actions: pure(() => [
      // now allowed!
      (context, event) => { ... }
    ])