changesets: add changeset for null return from component extensions

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-03-18 12:03:22 +01:00
parent e1bd13d8d7
commit 34ff49b0f6
+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`.