-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[material-ui][docs] Fix the icon preview dialog #40863
[material-ui][docs] Fix the icon preview dialog #40863
Conversation
Netlify deploy previewhttps://deploy-preview-40863--material-ui.netlify.app/ Bundle size report |
I pushed a new commit to fix the build, and also not to use @brijeshb42 It makes me realize that we have no docs about the If we want to be serious about MUI System, we will need to add a lot more documentation (but once we get MUI System to work as its own thing, until then, probably not the right order to allocate time). |
@oliviertassinari or @DiegoAndai, I'd appreciate a review here! It'd be nice to get this one out with this week's release :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing the regression introduced in #40449, I wasn't aware this could also impact the component
prop behavior 🙃
DiegoAndai, I'd appreciate a review here
I think it makes a lot more sense to ask for Brijesh's review, it's truly a MUI System related problem (Material UI only on the surface) and it's a follow-up on a previous PR, so the same people should be involved (author and reviewer both missed it).
Co-authored-by: Olivier Tassinari <[email protected]>
Fix #40847
@oliviertassinari, it seems that your change in #40449, removing the Box in favor of a plain
<div>
, broke the icon display in the preview dialog. Ended up just putting that back here, as well as adding some tiny design tweaks.