-
Notifications
You must be signed in to change notification settings - Fork 144
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
feat(web-components): adds FullPageError to web components #6910
base: main
Are you sure you want to change the base?
feat(web-components): adds FullPageError to web components #6910
Conversation
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6910 +/- ##
==========================================
+ Coverage 81.51% 81.56% +0.04%
==========================================
Files 399 403 +4
Lines 12975 13050 +75
Branches 4268 4297 +29
==========================================
+ Hits 10577 10644 +67
- Misses 2398 2406 +8
|
description="The page you requested has moved or is unavailable, or the specified URL is not valid. Please check the URL or search the site for the requested content." | ||
kind="404" | ||
> | ||
<!-- Pass any content you want to didplay to the user here --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<!-- Pass any content you want to didplay to the user here --> | |
<!-- Pass any content you want to display to the user here --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks fantastic.
there is a small cspell error.
Closes #6778
This PR adds FullPageError as a web components