zero-list-hero icon indicating copy to clipboard operation
zero-list-hero copied to clipboard

Error: The node to be removed is not a child of this node: [object Text]

Open Stefdv opened this issue 9 years ago • 1 comments

just copied your demo and get this error: "The node to be removed is not a child of this node: [object Text]"

 <zero-list-hero id="list" manual>
      <template is="dom-repeat" items="[[records]]" as="item">
     <simple-card hero-id$="[[index]]" first$="[[item.First]]" last$="[[item.Last]]"></simple-card>
      </template>
 </zero-list-hero>

Stefdv avatar Jun 20 '16 15:06 Stefdv

definitely need more info than that - could you paste your full code - or better still do a repro in jsbin.

zerodevx avatar Jun 22 '16 08:06 zerodevx