Merge pull request #33054 from StateFarmIns/theme-fix-mui-5-class-name-prefix

fix: MUI 5 v5- class name prefix reliability
This commit is contained in:
Patrik Oldsberg
2026-04-03 19:15:45 +02:00
committed by GitHub
3 changed files with 60 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/theme': patch
---
Fixes occasional duplication of v5 class name prefix for MUI 5 components.
Documentation added to explain how to resolve missing v5 prefix in class names when using MUI 5 components in main app.