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
If I define an observer on my properties object but don't actually implement the method, I get a strange error in effects.html: Uncaught TypeError: this[effect.method] is not a function. It's really not clear that the issue is a missing observer, I had to track down @cdata who could point me in the right direction. Any chance to handle and send out a helpful error message in this scenario?
The text was updated successfully, but these errors were encountered:
Yes, we'll be doing a "useful warning" sweep and adding warnings for some obvious things. For user errors that don't make the cut for having warnings included in Polymer proper, the work-in-progress polylint tool will be much more exhaustive.
If I define an observer on my properties object but don't actually implement the method, I get a strange error in effects.html:
Uncaught TypeError: this[effect.method] is not a function
. It's really not clear that the issue is a missing observer, I had to track down @cdata who could point me in the right direction. Any chance to handle and send out a helpful error message in this scenario?The text was updated successfully, but these errors were encountered: