material-ui
material-ui copied to clipboard
[Breadcrumbs] Add ability to change icons
- [x] I have followed (at least) the PR section of the contributing guide.
I have tested this fix locally and it works as expected.
Fixes #33232
Netlify deploy preview
https://deploy-preview-33812--material-ui.netlify.app/
Bundle size report
Generated by :no_entry_sign: dangerJS against b4fdce1a740962b51ca6305f78136f354bc0f658
No I don't think so
We need to use slots
/slotProps
. @pratikkarad If you are interested to continue working on this, feel free to re-open it.
Hi @ZeeshanTamboli, let me fix this.
Hi @ZeeshanTamboli, everything looks good but I'm getting the error of sorting the proptypes
/tmp/material-ui/packages/mui-material/src/Breadcrumbs/BreadcrumbCollapsed.js 74:3 error Prop types declarations should be sorted alphabetically react/sort-prop-types
Do we have to sort it manually or have a command for that?
Also facing the same issue on #33797