Major Changes
-
#4248
d02226cd2
Thanks @Andarist! - Removed the ability to pass a string value directly toinvoke
. To migrate you should use the object version ofinvoke
:-invoke: 'myActor' +invoke: { src: 'myActor' }
#4248 d02226cd2
Thanks @Andarist! - Removed the ability to pass a string value directly to invoke
. To migrate you should use the object version of invoke
:
-invoke: 'myActor'
+invoke: { src: 'myActor' }
Don't miss a new xstate release
NewReleases is sending notifications on new releases.