-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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][InputBase] Deprecate components and componentProps props for v6 #42093
[material-ui][InputBase] Deprecate components and componentProps props for v6 #42093
Conversation
Netlify deploy previewBundle size report |
I can see that some tests are fallen. Seems like it is in |
Hey @ChronicusUA! thanks for working on this one 🚀
We can keep all 4 components in this PR, as the types all come from the same place (
This is a flaky test on our CI, so don't worry about it at the moment 😊 I'll review this one in more detail on Monday |
1f0b1a1
to
08ce047
Compare
… Input Components
08ce047
to
130ca44
Compare
PR is updated with the latest changes from next branch |
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
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 <diego@mui.com>
Signed-off-by: Diego Andai <diego@mui.com>
Thanks @ChronicusUA! |
Part of: #41279
Deprecate components and componentsProps props
When I added deprecated for InputBase and after running process commands from there I found out that components for Input, FilledInput and OutlinedInput are updated as well. So here the changes for the all 4. If you need to seprate the PR for 4 others (in this case we will have conflicts for
migrating-from-deprecated-apis.md
andmui-codemod/README.md
files after merging 1 by 1) please let me know.It will be great if you run tests for mui-codemod locally on linux/Max machine. I run it on my Windows machine and added some potential fix with line endings. BTW on windows I have some tests are fallen (I didn't change parts related to that tests).