Open sadn1ck opened 3 months ago
XState version 5
Hey folks! Have made a repro which has all these details -
Essentially -
Sending event to a stopped actor
https://github.com/statelyai/xstate/blob/51d4c4fc5bd303a00a554534956d8b994ea82e99/packages/core/src/createActor.ts#L657-L671
I expect to not throw.
An error was thrown for unserializable data.
https://stackblitz.com/edit/vitejs-vite-pl8fht?file=src%2Fmain.ts&terminal=dev
Let me know if the repro is not clear! Thanks for all your work!
XState version
XState version 5
Description
Hey folks! Have made a repro which has all these details -
Essentially -
Sending event to a stopped actor
https://github.com/statelyai/xstate/blob/51d4c4fc5bd303a00a554534956d8b994ea82e99/packages/core/src/createActor.ts#L657-L671
Expected result
I expect to not throw.
Actual result
An error was thrown for unserializable data.
Reproduction
https://stackblitz.com/edit/vitejs-vite-pl8fht?file=src%2Fmain.ts&terminal=dev
Additional context
Let me know if the repro is not clear! Thanks for all your work!