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
Document fragments added to shadyRoots are scanned for insertion points. If one is found then the shadyRoot's list of insertion points is invalidated and on next distribution, the list is updated. However, if a fragment that does not include an insertion point is added after one that does but before distribution, the insertion point list invalidation improperly gets unset.
Document fragments added to shadyRoots are scanned for insertion points. If one is found then the shadyRoot's list of insertion points is invalidated and on next distribution, the list is updated. However, if a fragment that does not include an insertion point is added after one that does but before distribution, the insertion point list invalidation improperly gets unset.
Problem spot: https://github.com/Polymer/polymer/blob/master/src/lib/dom-api-shady.html#L94
The text was updated successfully, but these errors were encountered: