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
Currently, the Context is not passed to the *_DISPATCH and *_TRANSITION handlers. This makes the handlers less useful for state machines that rely on Context.
Current Limitation
Currently, the
Contextis not passed to the*_DISPATCHand*_TRANSITIONhandlers. This makes the handlers less useful for state machines that rely onContext.Proposed Solution
Pass the
Contextthrough to these handlers.