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
That this worked in 0.9.0 was actually a bug. The behavior you're seeing now is correct.
The iron-icon element is being added as a child to dynamic-add, but dynamic-add has a local DOM which renders in place of its children. In order to distribute/render children, add an insertion point (<content>) to dynamic-add like this:
Change was introduced in 0.9.1
The text was updated successfully, but these errors were encountered: