-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(BreadcrumbItem): do not overwrite child className #8578
fix(BreadcrumbItem): do not overwrite child className #8578
Conversation
DCO Assistant Lite bot All contributors have signed the DCO. |
I have read the DCO document and I hereby sign the DCO. |
Deploy preview for carbon-elements ready! Built with commit 65e7d92 |
Deploy preview for carbon-components-react ready! Built with commit 65e7d92 https://deploy-preview-8578--carbon-components-react.netlify.app |
…ild classname check
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.
looks good to me
Comments were addressed, I believe!
BreadcrumbItem
current overwrites the className of itschildren
, which should not occur. CodesandboxChangelog
Changed
className
tochildren
forBreadcrumbItems
Testing / Reviewing
Ensure that
BreadcrumbItem
children maintain the classname they are given.