Bug where the actor when restored with a context does not continue "after" some time. The second actor is started up with a snapshot of the first actor when it was in the idle state. The second actor does not continue after being restored it freezes. The after event never fires.
Expected result
Continue where it left off.
Actual result
Does not continue, gets frozen and after event never fires.
XState version
XState version 5
Description
Bug where the actor when restored with a context does not continue "after" some time. The second actor is started up with a snapshot of the first actor when it was in the idle state. The second actor does not continue after being restored it freezes. The after event never fires.
Expected result
Continue where it left off.
Actual result
Does not continue, gets frozen and after event never fires.
Reproduction
https://codesandbox.io/p/devbox/wg56w2?migrateFrom=dv3cfs
Additional context
No response