spectrum-web-components icon indicating copy to clipboard operation
spectrum-web-components copied to clipboard

[Bug]: button has an undeclared dependency on progress-circle

Open rickharris opened this issue 1 year ago • 0 comments

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?

  1. Go to '...'
  2. Click on '....'
  3. Scroll to '....'
  4. Check console
  5. See error

Sample code that illustrates the problem

No response

Logs taken while reproducing problem

No response

rickharris avatar Feb 22 '24 22:02 rickharris