github-actions
released this
30 Nov 19:02
·
283 commits
to main
since this release
Minor Changes
-
#4533
2495aa21d
Thanks @Andarist! - Thestate
option ofcreateActor(...)
has been renamed tosnapshot
:createActor(machine, { - state: someState + snapshot: someState })
Likewise, the
.getPersistedState()
method has been renamed to.getPersistedSnapshot()
:-actor.getPersistedState() +actor.getPersistedSnapshot()