Fix PluginHeader ResizeObserver loop

Defer header height updates to avoid ResizeObserver loop warnings in FullPage layouts and normalize header actions before rendering.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-16 15:00:02 +01:00
parent 8ea3899944
commit 2e5c65120a
2 changed files with 50 additions and 8 deletions
@@ -0,0 +1,7 @@
---
'@backstage/ui': patch
---
Fixed `PluginHeader` to avoid triggering `ResizeObserver loop completed with undelivered notifications` warnings when used in layouts that react to the header height, such as pages that use `FullPage`.
**Affected components:** PluginHeader