I have a Polymer web component that works stand-alone. However, upon bringing it into my app, I am getting a TypeError
about dispatchEvent
:
Uncaught TypeError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'
I am debugging this now but wanted to post this, as there isn't currently another single result that I can find about this error specifically related to Polymer.