From 964250ac076691ed1f666f918f49ef0c9388004d Mon Sep 17 00:00:00 2001 From: Yousif Al-Raheem Date: Thu, 22 Jul 2021 11:44:01 +0200 Subject: [PATCH] generated api reports Signed-off-by: Yousif Al-Raheem --- plugins/catalog-react/api-report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/catalog-react/api-report.md b/plugins/catalog-react/api-report.md index 03ee9a391a..2555cc7c0c 100644 --- a/plugins/catalog-react/api-report.md +++ b/plugins/catalog-react/api-report.md @@ -697,6 +697,7 @@ export function useEntity(): { entity: T; loading: boolean; error: Error | undefined; + refresh: VoidFunction | undefined; }; // Warning: (ae-missing-release-tag) "useEntityCompoundName" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)