Skip to content

[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 19:02
· 283 commits to main since this release
e85ee76

Minor Changes

  • #4533 2495aa21d Thanks @Andarist! - The state option of createActor(...) has been renamed to snapshot:

    createActor(machine, {
    - state: someState
    + snapshot: someState
    })

    Likewise, the .getPersistedState() method has been renamed to .getPersistedSnapshot():

    -actor.getPersistedState()
    +actor.getPersistedSnapshot()