Skip to content
New issue

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

Bug: Bug with After event on restoring snapshot #4860

Open
mbushpilot2b opened this issue Apr 20, 2024 · 0 comments
Open

Bug: Bug with After event on restoring snapshot #4860

mbushpilot2b opened this issue Apr 20, 2024 · 0 comments
Labels

Comments

@mbushpilot2b
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant