Skip to content

xstate@5.0.0-beta.44

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 15:40
· 232 commits to main since this release
06e4de0

Major Changes

  • #4448 9c4353020 Thanks @Andarist! - isState/isStateConfig were replaced by isMachineSnapshot. Similarly, AnyState type was deprecated and it's replaced by AnyMachineSnapshot type.

Patch Changes

  • #4463 178deadac Thanks @Andarist! - invoke and spawn will now require input to be provided if the used actor requires it.

  • #4464 5278a9895 Thanks @Andarist! - Fixed an issue with not being able to target actors registered with systemId from within initial actions.