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
Value of data of a new state is undefined when machine.next(STATE) called without payload arguments. Reason is DEFAULT_HANDLER receives undefined as last arg
The text was updated successfully, but these errors were encountered:
Can not reproduce. Could you add a bit more details?
cyclone version
machine config
Any transition handler gets previously stored data as the first arg. If optional payload is empty, args length is still equal 1, and DEFAULT_HANDLER works like identity — returns the prev value.
Value of data of a new state is undefined when machine.next(STATE) called without payload arguments. Reason is DEFAULT_HANDLER receives undefined as last arg
The text was updated successfully, but these errors were encountered: