Merge pull request #9091 from tudi2d/fix-component-type-comparison

Fix component type comparison in Sidebar
This commit is contained in:
Fredrik Adelöw
2022-01-24 13:27:16 +01:00
committed by GitHub
3 changed files with 20 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Fix issue where component types are not recognized causing the `MobileSidebar` to not render as intended.