-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
fix: add anchor element attribute types to Button #18598
fix: add anchor element attribute types to Button #18598
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
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 #18598 +/- ##
=======================================
Coverage 84.02% 84.02%
=======================================
Files 408 408
Lines 14494 14494
Branches 4726 4730 +4
=======================================
Hits 12178 12178
+ Misses 2150 2149 -1
- Partials 166 167 +1 ☔ View full report in Codecov by Sentry. |
73c1439
Closes #18573
Added anchor element (
<a>
) attribute types toButton
.Changelog
New
<a>
) attribute types toButton
.Testing / Reviewing
Add these props to
Button
s in TypeScript files and check for errors.