Open mkhsanov opened 2 months ago
You may find the error in the console output.
Have you tried moving the actor to not be an inline actor, and instead be a referenced actor?
Have you tried moving the actor to not be an inline actor, and instead be a referenced actor?
I have the same problem, but after following your instructions, it is resolved now.
XState version
XState version 5
Description
In case if I try to create persisted snapshot with getPersistedSnapshot for actor which contains child spawned actors xstate raises an error.
Expected result
Crate persisted snapshot with child spawned actors.
Actual result
xstate raises an error with text "An inline child actor cannot be persisted."
Reproduction
https://codesandbox.io/p/live/47d8d896-243b-40a5-9a76-dafd43bb4847
Additional context
No response