fix(x2a): Downgrade mui dependencies#2369
fix(x2a): Downgrade mui dependencies#2369eloycoto wants to merge 1 commit intoredhat-developer:mainfrom
Conversation
Missing ChangesetsThe following package(s) are changed by this PR but do not have a changeset:
See CONTRIBUTING.md for more information about how to add changesets. Changed Packages
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||
When using RHDH operator, the mui packages are on lower version, so I need to downgrade the version to get it running correctly on rhdh operator. Signed-off-by: Eloy Coto <eloy.coto@acalustra.com>
c52981d to
42e6455
Compare
|



User description
When using RHDH operator, the mui packages are on lower version, so I need to downgrade the version to get it running correctly on rhdh operator.
PR Type
Bug fix, Enhancement
Description
Downgrade MUI dependencies to versions compatible with RHDH operator
Update PieChart API usage to match MUI v5 syntax
Add @mui/system dependency for v5 compatibility
Diagram Walkthrough
File Walkthrough
package.json
Downgrade MUI package versions for compatibilityworkspaces/x2a/plugins/x2a/package.json
ProjectStatusCell.tsx
Update PieChart API for MUI v5 compatibilityworkspaces/x2a/plugins/x2a/src/components/ProjectList/ProjectStatusCell.tsx