-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[system] Add empty interfaces to fix issue with typescript module augmentation #43873
Conversation
Netlify deploy previewhttps://deploy-preview-43873--material-ui.netlify.app/ Bundle size report |
mixins?: unknown; | ||
typography?: unknown; | ||
mixins?: Mixins; | ||
typography?: Typography; | ||
zIndex?: unknown; |
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.
The only unknown
left is zIndex
. Is there a reason not to type it the same way as ThemeOptions
?
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.
my bad, fixed 🙏
|
hey @Janpot, |
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.
This seems good to me
maybe you have some insights for me on how to fix this?
This screenshot is flaky, we haven't fully figured out why yet. You can safely ignore
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.
It's a great first conutrion on MUI 👌 People will appreciate the fix! :)
Fixes #43855