spectrum-web-components
spectrum-web-components copied to clipboard
[Bug]: button has an undeclared dependency on progress-circle
Code of conduct
- [X] I agree to follow this project's code of conduct.
Impacted component(s)
button
Expected behavior
When adding @spectrum-web-components/button
as a dependency to a project, I should be able to use that module without adding additional dependencies like @spectrum-web-components/progress-circle
.
Actual behavior
When adding spectrum-web-components/button
as a dependency to a project I see errors about not being able to find the progress circle module:
node_modules/@spectrum-web-components/button/src/Button.dev.js:145:13: ERROR: Could not resolve "@spectrum-web-components/progress-circle/sp-progress-circle.js"
Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
- Go to '...'
- Click on '....'
- Scroll to '....'
- Check console
- See error
Sample code that illustrates the problem
No response
Logs taken while reproducing problem
No response