XState 5.22.1

5.22.1
Changed 1
  • Make actor.systemId public so it can be accessed after actor creation
Fixed 1
  • Remove eventType from required fields in initialTransitionObject
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

View original

Upgraded? How did it go?

Discussion