fix(orchestrator): various fixes for mixed v4 and v5 material UI#989
Merged
batzionb merged 2 commits intoJun 18, 2025
Merged
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
|
Signed-off-by: Marek Libra <marek.libra@gmail.com>
bf542c0 to
4d696d8
Compare
|
batzionb
approved these changes
Jun 18, 2025
batzionb
approved these changes
Jun 18, 2025
elai-shalev
pushed a commit
to elai-shalev/rhdh-plugins
that referenced
this pull request
Jan 21, 2026
…hat-developer#989) * fix(orchestrator):various fixes for mixed v4 and v5 material UI Signed-off-by: Marek Libra <marek.libra@gmail.com> * yarn.lock --------- Signed-off-by: Marek Libra <marek.libra@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



We are still facing conflicts between v4 and v5 material UI in production deployment (not in dev mode).
This patch fixes some of them. A more systematic solution needs to be found in a follow-up.
Removing the
ClassNameGeneratorsince it fixed only some of the issues but caused a couple of others.Affected components:
We have scrollbar again:
The close icon is rendered correctly: