-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
migrate the Kubernetes plugin to mui 5 #27572
base: master
Are you sure you want to change the base?
migrate the Kubernetes plugin to mui 5 #27572
Conversation
Signed-off-by: sebalaini <sebastianolaini@gmail.com>
Changed Packages
|
@mclarke47 @Rugvip I can't add reviewers so I'm tagging you in a comment as I know you are reviewing the K8s plugin PRs :) |
Signed-off-by: sebalaini <sebastianolaini@gmail.com>
"@material-ui/core": "^4.9.13", | ||
"@material-ui/icons": "^4.11.3", | ||
"@material-ui/lab": "^4.0.0-alpha.61", | ||
"@material-ui/core": "^4.12.2", |
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.
is this required still?
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.
Signed-off-by: sebalaini <sebastianolaini@gmail.com>
Signed-off-by: sebalaini <sebastianolaini@gmail.com>
Hi @sebalaini, given this #27726, I'm wondering if we should hold off on this for now. |
hey @awanlin sure :) I didn't know about that RFC, though I wonder if that RFC should be mentioned in the documentation https://backstage.io/docs/tutorials/migrate-to-mui5 so that people can either migrate or wait to see what would be the decision :) |
No worries, I mean the RFC came after you had submitted the PR, just wanted you to be aware. Your suggestion about a link in the migration guide makes a lot of sense, can you run with that? |
hey @awanlin sorry for the delay, do you want me to add a link to the RFC in the doc and open a PR? |
Noted :) |
Hey, I just made a Pull Request!
Migrate the Kubernetes plugin to
mui
5.The reason for using
import Grid from '@mui/material/Unstable_Grid2'
is to reduce tech debt in the future, in mui 6 there is the following warning:✔️ Checklist
Signed-off-by
line in the message. (more info)