Major Changes
-
#4451
21f18b54b
Thanks @Andarist! - Removed the ability to configureinput
within the implementations object. You no longer can do this:createMachine( { invoke: { src: 'child' } }, { actors: { child: { src: childMachine, input: 'foo' } } } );
The
input
can only be provided within the config of the machine.