Breadcrumbs contains wrong types for props #15413
Labels
bug 🐛
Something doesn't work
component: breadcrumbs
This is the name of the generic UI component, not the React module!
typescript
The API doc shows that itemsAfterCollapse and itemsBeforeCollapse have
number
type and they actually work as expected but they are written asboolean
in Breadcrumbs.d.tsExpected Behavior 🤔
itemsAfterCollapse and itemsBeforeCollapse should have
number
type.Current Behavior 😯
itemsAfterCollapse and itemsBeforeCollapse have
boolean
type.Steps to Reproduce 🕹
Context 🔦
Your Environment 🌎
The text was updated successfully, but these errors were encountered: