We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XState version 5
In case if I try to create persisted snapshot with getPersistedSnapshot for actor which contains child spawned actors xstate raises an error.
Crate persisted snapshot with child spawned actors.
xstate raises an error with text "An inline child actor cannot be persisted."
https://codesandbox.io/p/live/47d8d896-243b-40a5-9a76-dafd43bb4847
No response
The text was updated successfully, but these errors were encountered:
You may find the error in the console output.
Sorry, something went wrong.
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: