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 there is an element with id="exports" anywhere on a page using Polymer, an uncaught exception occurs: Uncaught ReferenceError: Observer is not defined in polymer.js line 8184
The element does not have to be a Polymer custom element, and the bug is triggered even if there are no custom elements on the page.
If there is an element with
id="exports"
anywhere on a page using Polymer, an uncaught exception occurs:Uncaught ReferenceError: Observer is not defined
inpolymer.js
line 8184The element does not have to be a Polymer custom element, and the bug is triggered even if there are no custom elements on the page.
Tested with Chrome 39.0.2171.99 on Fedora Linux.
Minimal testcase:
The text was updated successfully, but these errors were encountered: