By discussing with David (<#1105673412216619148 message>), I tried to use XState v5 to persist and restore a machine that creates timers (after transitions).
It seems that timers are not recreated when a machine is restored. I would expect timers to be recreated when the machine is restored.
My reproduction: https://stackblitz.com/edit/typescript-ujewoz?file=index.ts.
Did I do something wrong? Thanks for your help.