zerodevx / zero-list-hero

DEPRECATED - It's hero time! A Polymer 1.1+ web component that hero-animates and layouts a sequence of elements.
https://zerodevx.github.io/zero-list-hero/
MIT License
15 stars 2 forks source link

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

Open Stefdv opened 8 years ago

Stefdv commented 8 years ago

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>
zerodevx commented 8 years ago

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