Skip to content

[ ERROR ] Component Tag Name "my-component" Must Be Unique

License

Notifications You must be signed in to change notification settings

mmakrzem/stencil1-11-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bug in Stencil v1.10.x and 1.11.x

run the following commands from a Windows command prompt:

npm install
npm run start
npm run test
npm run start

Now you should see the error:

[ ERROR ]  Component Tag Name "my-component" Must Be Unique
           Please update the components so "my-component" is only used once:
           ./src/components/my-component/my-component.tsx ./dist/collection/components/my-component/my-component.js

[ ERROR ]  Component Tag Name "my-component2" Must Be Unique
           Please update the components so "my-component2" is only used once:
           ./dist/collection/components/my-component2/my-component2.js ./src/components/my-component2/my-component2.tsx

About

[ ERROR ] Component Tag Name "my-component" Must Be Unique

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published