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
I'm adding some methods at instantiation-time, ala #284.
This now causes an error at build-time: Error: '[method name]' is an invalid callee (should be one of this.*, event.*, set, fire, destroy, complete or restore) while parsing file: [filename]
This should probably just be a warning.
The text was updated successfully, but these errors were encountered:
TehShrike
added a commit
to TehShrike/state-router-example
that referenced
this issue
May 9, 2017
I'm adding some methods at instantiation-time, ala #284.
This now causes an error at build-time:
Error: '[method name]' is an invalid callee (should be one of this.*, event.*, set, fire, destroy, complete or restore) while parsing file: [filename]
This should probably just be a warning.
The text was updated successfully, but these errors were encountered: