Merge pull request #33878 from backstage/rugvip/harmonize-phantom-t-getter

backend-plugin-api: harmonize phantom .T getter behavior
This commit is contained in:
Patrik Oldsberg
2026-04-14 00:54:04 +02:00
committed by GitHub
6 changed files with 23 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-plugin-api': patch
---
Aligned `.T` behavior between `ExtensionPoint` and `ServiceRef` to consistently return `null` instead of throwing.