-
-
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
[theme] Deprecate createMuiTheme
#26004
[theme] Deprecate createMuiTheme
#26004
Conversation
@material-ui/core: parsed: +Infinity% , gzip: +Infinity% Details of bundle changes.Comparing: f731e9d...4d6d387 Details of page changes
|
It seems like you haven't deprecated but removed |
@Guneetgstar If you were using a private import: import createMuiTheme from "@material-ui/core/styles/createMuiTheme"; Now, you know it was private. We cover it a bit in https://material-ui.com/guides/minimizing-bundle-size/#option-1. We don't follow semver for private APIs. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Yeah, thats the issue. Thanks for the link. |
It's private. You can't access it. |
Add deprecation for #25992.