Merge pull request #20586 from backstage/camilaibs/improve-error-boundary-component

[DI]  Improve `ExtensionBoundary` component
This commit is contained in:
Camila Belo
2023-10-19 16:22:06 +02:00
committed by GitHub
15 changed files with 451 additions and 38 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Use default extensions boundary and suspense on the alpha declarative `createCatalogFilterExtension` extension factory.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
Improve the extension boundary component and create a default extension suspense component.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-react': patch
---
Use default extensions boundary and suspense on the alpha declarative `createSearchResultListItem` extension factory.