-
-
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] Add warning for theme.typography.round deprecation #25916
[theme] Add warning for theme.typography.round deprecation #25916
Conversation
@material-ui/core: parsed: +Infinity% , gzip: +Infinity% Details of bundle changes.Comparing: 6a5428a...93bc814 Details of page changes
|
console.warn( | ||
[ | ||
'Material-UI: The `theme.typography.round` helper is deprecated.', | ||
'Head to https://material-ui.com/r/migration-v4/#theme for a migration path.', |
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.
That link is a 404 at the moment. We need to backport it to master
and push to the material-ui-docs
origin as well.
A warning for #25914.