-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BX Progress Indicator Skeleton]: Vue: Unknown custom element: <bx-progress-indicator-skeleton> #9825
Closed
2 tasks done
Labels
Comments
AlessandroPomponio
assigned IgnacioBecerra, jeffchew, ljcarot, oliviaflory and RichKummer
Dec 14, 2022
annawen1
assigned annawen1 and unassigned jeffchew, RichKummer, ljcarot, IgnacioBecerra and oliviaflory
Dec 21, 2022
kodiakhq bot
pushed a commit
that referenced
this issue
Dec 22, 2022
…eleton (#9853) ### Related Ticket(s) [BX Progress Indicator Skeleton]: Vue: Unknown custom element: <bx-progress-indicator-skeleton> #9825 ### Description For adopter using `import "@carbon/web-components/es/components/progress-indicator/index.js"` and `bx-progress-indicator-skeleton` there is an error. Seems adding the missing import to the `index.js` file should resolve the issue. ### Changelog **New** - add import for `progress-indicator-skeleton` in the index.js file <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
kennylam
pushed a commit
to kennylam/carbon-for-ibm-dotcom
that referenced
this issue
Dec 4, 2023
…eleton (carbon-design-system#9853) ### Related Ticket(s) [BX Progress Indicator Skeleton]: Vue: Unknown custom element: <bx-progress-indicator-skeleton> carbon-design-system#9825 ### Description For adopter using `import "@carbon/web-components/es/components/progress-indicator/index.js"` and `bx-progress-indicator-skeleton` there is an error. Seems adding the missing import to the `index.js` file should resolve the issue. ### Changelog **New** - add import for `progress-indicator-skeleton` in the index.js file <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
kennylam
pushed a commit
to kennylam/carbon-for-ibm-dotcom
that referenced
this issue
Jun 11, 2024
…eleton (carbon-design-system#9853) ### Related Ticket(s) [BX Progress Indicator Skeleton]: Vue: Unknown custom element: <bx-progress-indicator-skeleton> carbon-design-system#9825 ### Description For adopter using `import "@carbon/web-components/es/components/progress-indicator/index.js"` and `bx-progress-indicator-skeleton` there is an error. Seems adding the missing import to the `index.js` file should resolve the issue. ### Changelog **New** - add import for `progress-indicator-skeleton` in the index.js file <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
In a Vue page we import
import "carbon-web-components/es/components/progress-indicator/index.js";
and use thebx-progress-indicator-skeleton
component. While it seems to display properly, in the console we see:We were able to track it down to a probable missing
import './progress-indicator-skeleton';
in https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/packages/carbon-web-components/src/components/progress-indicator/index.tsComponent(s) impacted
bx-progress-indicator-skeleton: https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/packages/carbon-web-components/src/components/progress-indicator/index.ts
Browser
Microsoft Edge
Carbon for IBM.com version
v1.25.0
Severity
Severity 4 = The problem is not visible to or noticeable to an average user. Affects minor functionality, no workaround needed.
Application/website
https://github.com/st4sd/st4sd-registry-ui
Package
@carbon/ibmdotcom-web-components
CodeSandbox example
Steps to reproduce the issue (if applicable)
While locally developing a Vue page and using
"@carbon/ibmdotcom-web-components": "^1.25.0",
:import "carbon-web-components/es/components/progress-indicator/index.js";
Release date (if applicable)
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: