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
I'm labeling as 'designy' because the issue is regarding the class name of the component, but anyone can make this fix.
What is the current behavior?
The Breadcrumbs component does not match our naming schema
For bugs: please provide steps to reproduce and tell us a little about your environment (e.g., what OS and version of the package you're using)
If you inspect the Breadcrumb component you will notice that the rev- prefix is not there
What is the expected behavior?
The rev- prevfix should be present on all components so that the class names are consistent
The text was updated successfully, but these errors were encountered:
Note: At this point we can't just add rev- before all of the Breadcrumb classNames b/c that will break styles for any current Harmonium projects using the Breadcrumb component. A better solution would be to update the classNames to match our naming schema and then extend those styles to legacy .Breadcrumb classNames
I'm submitting a ...
I'm labeling as 'designy' because the issue is regarding the class name of the component, but anyone can make this fix.
What is the current behavior?
The Breadcrumbs component does not match our naming schema
For bugs: please provide steps to reproduce and tell us a little about your environment (e.g., what OS and version of the package you're using)
If you inspect the Breadcrumb component you will notice that the
rev-
prefix is not thereWhat is the expected behavior?
The
rev-
prevfix should be present on all components so that the class names are consistentThe text was updated successfully, but these errors were encountered: