Merge pull request #5002 from backstage/rugvip/null

changesets: add changeset for null return from component extensions
This commit is contained in:
Patrik Oldsberg
2021-03-18 13:26:22 +01:00
committed by GitHub
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/core': patch
'@backstage/core-api': patch
---
Allow extension components to also return `null` in addition to a `JSX.Element`.