github statelyai/xstate xstate@5.13.1

latest releases: xstate@5.14.0, @xstate/store@1.0.0, xstate@5.13.2...
24 days ago

Patch Changes

  • #4905 dbeafeb25 Thanks @davidkpiano! - You can now use a wildcard to listen for any emitted event from an actor:

    actor.on('*', (emitted) => {
      console.log(emitted); // Any emitted event
    });

Don't miss a new xstate release

NewReleases is sending notifications on new releases.