Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: BreadcrumbItem aria-current PropType fix (#15052)
* feat: add types for Breadcrumbs * revert: undo PropType changes and supress TS error instead * fix: update 'aria-current' to match standards The PropType definition for 'aria-current' is to broad. Update the PropType to match AriaAttributes['aria-current'] BREAKING CHANGE: PropType is changed to be more specific * fix: update snapshot
- Loading branch information