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
Error is thrown: (index):744 Uncaught TypeError: Failed to construct 'HTMLElement': Please use the 'new' operator, this DOM object constructor cannot be called as a function. at new DomModule ((index):798) DomModule @ (index):798 (index):12198 Uncaught TypeError: Failed to construct 'HTMLElement': Please use the 'new' operator, this DOM object constructor cannot be called as a function. at MyApplication.PropertyAccessors ((index):1490) at MyApplication.TemplateStamp ((index):2384) at MyApplication.PropertyEffects ((index):3673) at MyApplication.PolymerElement ((index):5325) at new MyApplication ((index):12212)
The text was updated successfully, but these errors were encountered:
@baocang I was able to see the same thing too, see my comment in the "Can't use ES5 with v1.0.0-rc.6" issue referenced above for the current investigation. Will most likely be fixed in webcomponentsjs.
Description
Versions & Environment
Steps to Reproduce
polymer init polymer-2-application
polymer build --bundle --js-compile
polymer serve build/default
Expected Results
The application runs with display
Hello xxx-app
Actual Results
Error is thrown:

(index):744 Uncaught TypeError: Failed to construct 'HTMLElement': Please use the 'new' operator, this DOM object constructor cannot be called as a function. at new DomModule ((index):798) DomModule @ (index):798
(index):12198 Uncaught TypeError: Failed to construct 'HTMLElement': Please use the 'new' operator, this DOM object constructor cannot be called as a function. at MyApplication.PropertyAccessors ((index):1490) at MyApplication.TemplateStamp ((index):2384) at MyApplication.PropertyEffects ((index):3673) at MyApplication.PolymerElement ((index):5325) at new MyApplication ((index):12212)
The text was updated successfully, but these errors were encountered: