github statelyai/xstate @xstate/vue@0.8.1

latest releases: xstate@5.14.0, @xstate/store@1.0.0, xstate@5.13.2...
2 years ago

Patch Changes

  • fe3e859f #2522 Thanks @farskid, @Andarist! - Fixed an issue with actors not being spawned correctly by useMachine and useInterpret when they were defined a lazily evaluated context, like for example here:

    createMachine({
      // lazy context
      context: () => ({
        ref: spawn(() => {})
      })
    });

Don't miss a new xstate release

NewReleases is sending notifications on new releases.