Skip to content

rspieker/svelte-duplicate-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Element duplicate element name registration

If a tag name is specified within the rollup config (and not in the .svelte files), that name ends up being specified multiple times (once per .svelte file, two in this sample)

  • customElements.define("sample-element", Nested);
  • customElements.define("sample-element", Sample);

About

Reproduce duplicate tag name issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published