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
Coming from:statelyai/docs#469
I initially thought this was expected, but looks like it's not... so I'm opening an issue here.
Thisline is using self.send, but usingenqueue.sendTo(self, …) will also produce the same warning.
Expected result
There should be no warning.
Actual result
I'm getting a warning that custom actions should not callassign
Reproduction
https://github.com/MarjanDB/xstate-minimal-reproduce
Additional context
No response
