Skip to content

[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 03:45
· 426 commits to main since this release
a867cc0

Patch Changes

  • #4351 6f1818365 Thanks @Andarist! - Fixed an issue that prevented invoke.input from seeing the context updated by the same-level entry actions.

  • #4344 f9b17f1e9 Thanks @davidkpiano! - Inspection events are now exported:

    import type {
      InspectedActorEvent,
      InspectedEventEvent,
      InspectedSnapshotEvent,
      InspectionEvent
    } from 'xstate';