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(() => {}) }) });