Merge pull request #9779 from backstage/jhaals/dep-useEntityTypeFilter

Deprecate EntityTypeReturn type
This commit is contained in:
Fredrik Adelöw
2022-02-24 11:54:59 +01:00
committed by GitHub
3 changed files with 23 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Deprecated the `EntityTypeReturn` type and inlined the return type to `useEntityTypeFilter` as the type and function name does not align