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
After commit 306cc81 from #3112 Shadow DOM support is broken.
Calling Polymer.updateStyles() results in:
TypeError: Polymer.dom(...)._query is not a function at HTMLElement.Polymer.Base._addFeature._updateRootStyles (...) at Function.Polymer.updateStyles (...) at HTMLDocument.ready_callback (...) at ...
Namely, Shadow DOM version of Polymer.dom(...) does not have _query() method used here:
After commit 306cc81 from #3112 Shadow DOM support is broken.
Calling
Polymer.updateStyles()
results in:Namely, Shadow DOM version of
Polymer.dom(...)
does not have_query()
method used here:polymer/src/standard/x-styling.html
Line 262 in e3753db
This should be fixed before next release.
@sorvell @kevinpschaaf
The text was updated successfully, but these errors were encountered: