From 873bb2618cbf8093b47c768745685c2d034b196b Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Wed, 1 Dec 2021 16:21:00 +0100 Subject: [PATCH] docs(search): build api reports Co-authored-by: Emma Indal Signed-off-by: Camila Belo --- plugins/search/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/search/api-report.md b/plugins/search/api-report.md index 7dba0a8e21..33faa568bf 100644 --- a/plugins/search/api-report.md +++ b/plugins/search/api-report.md @@ -216,7 +216,7 @@ export const useSearch: () => SearchContextValue; // Warnings were encountered during analysis: // -// src/components/SearchContext/SearchContext.d.ts:21:5 - (ae-forgotten-export) The symbol "SettableSearchContext" needs to be exported by the entry point index.d.ts +// src/components/SearchContext/SearchContext.d.ts:23:5 - (ae-forgotten-export) The symbol "SettableSearchContext" needs to be exported by the entry point index.d.ts // src/components/SearchFilter/SearchFilter.d.ts:13:5 - (ae-forgotten-export) The symbol "Props" needs to be exported by the entry point index.d.ts // src/components/SearchFilter/SearchFilter.d.ts:14:5 - (ae-forgotten-export) The symbol "Component" needs to be exported by the entry point index.d.ts ```