Address review feedback for feature flag isolation

Deduplicate the plugin/module feature flag registration loops and
distinguish the error source (Plugin vs Module). Treat
FEATURE_FLAG_INVALID as a warning in frontend-defaults.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-04-23 14:47:52 +02:00
parent b6ca666812
commit 482cc5900a
4 changed files with 23 additions and 21 deletions
@@ -0,0 +1,5 @@
---
'@backstage/frontend-defaults': patch
---
Invalid feature flag declarations are now treated as warnings rather than errors, letting the app load normally.