[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.