devpunks / snuggsi

snuggsi ツ - Easy Custom Elements in ~1kB
https://snuggsi.com
MIT License
395 stars 17 forks source link

Multiple custom elements only render the first element #135

Closed albertopontonio closed 6 years ago

albertopontonio commented 6 years ago

When there are multiple custom elements only render the first element:

<foo-bar>
  <template name=baz>this will only render the first one</template>
</foo-bar>  

<foo-bar>
  <template name=baz>this will only render the first one</template>
</foo-bar>  
snuggs commented 6 years ago

Fixed in #136 @albertoponti @cristhiandick

/cc @brandondees @cristhiandick @rianby64 @robcole