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
Since version 1.1.0 i am unable to find elements inside a dom-repeat via Polymer.dom(this.root).querySelectorAll('.sound-items paper-item') that have been rendered from an array. The resulting nodelist is empty. Reverting back to version 1.0.9. fixed the problem. A demo with the bug will be provided soon.
The text was updated successfully, but these errors were encountered:
Since version 1.1.0 i am unable to find elements inside a dom-repeat via
Polymer.dom(this.root).querySelectorAll('.sound-items paper-item')
that have been rendered from an array. The resulting nodelist is empty. Reverting back to version 1.0.9. fixed the problem. A demo with the bug will be provided soon.The text was updated successfully, but these errors were encountered: