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
This occurs because when an element is added without removal, its composed data is incorrectly removed from its light parent rather than its composed parent.
See: http://jsbin.com/lonuhi/edit?html,output
This occurs because when an element is added without removal, its composed data is incorrectly removed from its light parent rather than its composed parent.
At https://github.com/Polymer/polymer/blob/master/src/lib/dom-api.html#L292, node._composedParent should be used.
The text was updated successfully, but these errors were encountered: