Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.3k
Open
Labels
Description
XState version
XState version 5
Description
event emits after await are not triggered
Expected result
side effects are triggered the same way they are for synchronous calls
Actual result
side effects are called only for synchronous calls
Reproduction
https://stackblitz.com/edit/github-fyexgexc?file=src%2Fmain.ts
Additional context
No response