Open
Description
Simple fix - useful for my custom compiler to determine where in the code to be parsed it failed.
if (!to)
return this.context.onInvalidTransition(transition, from, to, args); // Add args param
if (this.isPending())
return this.context.onPendingTransition(transition, from, to, args); // Add args param
Metadata
Metadata
Assignees
Labels
No labels