@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-allure': patch
|
||||
'@backstage/plugin-todo': patch
|
||||
---
|
||||
|
||||
Fixing broken tests for the packages with the new `useEntity` change
|
||||
@@ -178,7 +178,7 @@ export function useEntity<TEntity extends Entity = Entity>(): {
|
||||
*/
|
||||
export function useAsyncEntity<
|
||||
TEntity extends Entity = Entity,
|
||||
>(): EntityLoadingStatus {
|
||||
>(): EntityLoadingStatus<TEntity> {
|
||||
const versionedHolder =
|
||||
useVersionedContext<{ 1: EntityLoadingStatus }>('entity-context');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user