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
The issue here is that the dom-repeat is getting patched by x-outer when it creates its shadowRoot and then un-patched when it upgrades. Since dom-repeat does not create a shadowRoot (the only way an element kicks off patching currently), it never gets re-patched.
This problem is similar to #62. Both of these issues are suggesting that the mechanism via which an element is patched is going to need some work.
From @valdrinkoshi on August 19, 2016 0:51
In ShadyDOM mode,
dom-repeat
has some issues in stamping when it is distributed content, e.g.http://jsbin.com/jadedag/2/edit?html,console,output
Copied from original issue: PolymerLabs/alacarte#73
The text was updated successfully, but these errors were encountered: