-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[material-ui][StepLabel] Deprecate componentProps
prop
#41321
Conversation
componentProps
prop
Netlify deploy previewBundle size reportDetails of bundle changes (Toolpad) |
@@ -18,16 +18,11 @@ describe('<StepLabel />', () => { | |||
render, | |||
refInstanceof: window.HTMLSpanElement, | |||
testVariantProps: { error: true }, | |||
testLegacyComponentsProp: true, | |||
testLegacyComponentsProp: false, |
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.
changed to false since this component doesn't have components
prop
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.
Removing this line would have the same effect if I'm not mistaken. If it is the same, then I would prefer to remove it.
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.
Thanks for taking this one @sai6855
@@ -18,16 +18,11 @@ describe('<StepLabel />', () => { | |||
render, | |||
refInstanceof: window.HTMLSpanElement, | |||
testVariantProps: { error: true }, | |||
testLegacyComponentsProp: true, | |||
testLegacyComponentsProp: false, |
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.
Removing this line would have the same effect if I'm not mistaken. If it is the same, then I would prefer to remove it.
Along with the other standardization PRs, we'll wait for the I will point them to |
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.
Waiting for next
branch, blocking just so we don't merge it accidentally.
fa8c0d9
to
640c0f6
Compare
b0e9f3d
to
18899ec
Compare
docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md
Outdated
Show resolved
Hide resolved
docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Diego Andai <[email protected]>
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.
RTM 🚀
@sai6855 I think merging the |
Merging Current |
@DiegoAndai CI is green now |
part of #41279