Skip to content

Commit

Permalink
fix: BreadcrumbItem aria-current PropType fix (#15052)
Browse files Browse the repository at this point in the history
* 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
Tresau authored Nov 9, 2023
1 parent b95c679 commit 05e65b3
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 4 deletions.
Loading

0 comments on commit 05e65b3

Please sign in to comment.