You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using @spectrum-web-components/breadcrumbs should declare all of its dependencies in its package.json and not result in any Module Not Found errors when used in client apps and bundlers.
Actual behavior
Getting a compilation when trying to use @spectrum-web-components/breadcrumbs due to lit not being declared as a dependency in the module's package.json.
Cannot find module 'lit/directives/ref.js' from '../../node_modules/@spectrum-web-components/breadcrumbs/src/Breadcrumbs.js
Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
Add @spectrum-web-components/breadcrumbs as a dependency to an npm-based project
Code of conduct
Impacted component(s)
breadcrumbs
Expected behavior
Using @spectrum-web-components/breadcrumbs should declare all of its dependencies in its package.json and not result in any Module Not Found errors when used in client apps and bundlers.
Actual behavior
Getting a compilation when trying to use @spectrum-web-components/breadcrumbs due to
lit
not being declared as a dependency in the module's package.json.Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
@spectrum-web-components/breadcrumbs
as a dependency to an npm-based projectSample code or abstract reproduction which illustrates the problem
No response
Severity
None
Logs taken while reproducing problem
No response
The text was updated successfully, but these errors were encountered: