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
With Polymer 2.3.1, I get the following error message. Downgrading to Polymer 2.3.0 resolves the issue.
Uncaught TypeError: Cannot read property 'parentNode' of undefined
at processElementStyles (element-mixin.html:431)
at Function._finalizeTemplate (element-mixin.html:650)
at HTMLElement._initializeProperties (element-mixin.html:591)
at HTMLElement._initializeProperties (legacy-element-mixin.html:163)
at new PropertyAccessors (property-accessors.html:147)
at new TemplateStamp (template-stamp.html:121)
at new PropertyEffects (property-effects.html:1134)
at new PolymerElement (element-mixin.html:559)
at new GestureEventListeners (gesture-event-listeners.html:46)
at new Dir (dir-mixin.html:130)
Description
After updating my project to Polymer 2.3.1, the project stopped working with the above error message. In the mentioned location element-mixin.html:431, the variable templateStyle is undefined, because templateStyles is an empty node list.
Expected Results
No JS error.
Actual Results
JS error.
Browsers Affected
Chrome
Firefox
Edge
Safari 9
Safari 8
IE 11
Versions
Polymer: v2.3.1
webcomponents: v1.0.20
The text was updated successfully, but these errors were encountered:
With Polymer 2.3.1, I get the following error message. Downgrading to Polymer 2.3.0 resolves the issue.
Description
After updating my project to Polymer 2.3.1, the project stopped working with the above error message. In the mentioned location
element-mixin.html:431
, the variabletemplateStyle
is undefined, becausetemplateStyles
is an empty node list.Expected Results
No JS error.
Actual Results
JS error.
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: