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 removed an onChange from an example component. I edited a bunch of things, so I wasn't apparent that onChange was required and then the Uncaught TypeError: listener must be a function error was being thrown. No where in the stack trace pointed me to the file I had modified, so there was no way of knowing what mcfly was looking for.
The text was updated successfully, but these errors were encountered:
I removed an
onChange
from an example component. I edited a bunch of things, so I wasn't apparent thatonChange
was required and then theUncaught TypeError: listener must be a function
error was being thrown. No where in the stack trace pointed me to the file I had modified, so there was no way of knowing what mcfly was looking for.The text was updated successfully, but these errors were encountered: