We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4dde96a
#4616 e8c0b15b2 Thanks @Andarist! - context factories receive self now so you can immediately pass that as part of the input to spawned actors.
e8c0b15b2
context
self
setup({ /* ... */ }).createMachine({ context: ({ spawn, self }) => { return { childRef: spawn('child', { input: { parent: self } }) }; } });