Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 17:41
· 5 commits to main since this release
c9c726d

Patch Changes

  • #5379 98f9ddd Thanks @davidkpiano! - Make actor.systemId public:

    const actor = createActor(machine, { systemId: 'test' });
    actor.systemId; // 'test'
  • #5380 e7e5e44 Thanks @Nirajkashyap! - fix: remove 'eventType' from required fields in initialTransitionObject