plugins/app: fix rendering of extra elements in app without sign-in page

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-03-01 22:09:15 +01:00
parent 5ab5db283f
commit 583fc5454a
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-app': patch
---
Fixed extra app elements not being rendered as part of apps without a sign-in page.
+1
View File
@@ -249,6 +249,7 @@ export function AppRouter(props: AppRouterProps) {
return (
<RouterComponent>
{...extraElements}
<RouteTracker routeObjects={routeObjects} />
{children}
</RouterComponent>