You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is detected as a violation, because actions.pure is not recognized as THE pure action creator (which is the only context in which calling other action creators is sensible). I will add "actions.pure" into the list to allow for this usage.
Describe the bug
"xstate/no-imperative-action" is triggered with valid use of
send()
Actual behavior
Versions (please complete the following information):
Additional context
If I use
actions.send()
it works, but I think that's because the eslint plugin doesn't actually execute in that case?The text was updated successfully, but these errors were encountered: