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
Created this issue on request of David following this question on discord
Feature request/Typescript
I am using a callback actor which uses sendBack to the parent machine, but to handle the events in the machine I need to add the events in the setup events type. This is fine, but will also expose these events as being valid events to be send to the machine by an outside actor.
Maybe an additional type internalEvents on the setup type?
something like:
Created this issue on request of David following this question on discord
Feature request/Typescript
I am using a callback actor which uses sendBack to the parent machine, but to handle the events in the machine I need to add the events in the setup events type. This is fine, but will also expose these events as being valid events to be send to the machine by an outside actor.
Maybe an additional type
internalEvents
on the setup type?something like:
The text was updated successfully, but these errors were encountered: