mui / material-ui

Material UI: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
https://mui.com/material-ui/
MIT License
91.86k stars 31.57k forks source link

[material-ui][types] Make slots partial in `CreateSlotsAndSlotProp`type #42077

Open lhilgert9 opened 2 weeks ago

lhilgert9 commented 2 weeks ago

@DiegoAndai As already discussed in #41875, here is the PR to make the slots in the CreateSlotsAndSlotProps help type partial to avoid possible errors.

mui-bot commented 2 weeks ago

Netlify deploy preview

https://deploy-preview-42077--material-ui.netlify.app/

Bundle size report

No bundle size changes (Toolpad) No bundle size changes

Generated by :no_entry_sign: dangerJS against 22209dbeb5463f381adb2941414f86b6cb6491f4

DiegoAndai commented 2 weeks ago

Thanks for working on this @lhilgert9!

I'm on board with the changes. What do you think, @siriwatknp? Does this make sense to you?