[material-ui][StepIcon] titleAccess
not included in props type
#44328
Labels
bug 🐛
Something doesn't work
component: stepper
This is the name of the generic UI component, not the React module!
package: material-ui
Specific to @mui/material
Steps to reproduce
In the examples below, there is a typescript error because
titleAccess
is not inStepIconProps
. It is also not listed in the api docs https://mui.com/material-ui/api/step-icon/. However, the prop does work and adds a <title /> to the svg.Current behavior
causes this typescript error:
Expected behavior
Should not cause any typescript errors.
Context
No response
Your environment
npx @mui/envinfo
Search keywords: StepIcon, Stepper, StepLabel
The text was updated successfully, but these errors were encountered: