From 4df83559f7da5dd48e405a2e192c9fa70870fa43 Mon Sep 17 00:00:00 2001 From: Claire Chabas Date: Fri, 10 Jan 2025 19:48:01 +0100 Subject: [PATCH] testing --- packages/gitbook/src/components/Search/SearchResults.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/gitbook/src/components/Search/SearchResults.tsx b/packages/gitbook/src/components/Search/SearchResults.tsx index 45e27e6ec..83bde7d81 100644 --- a/packages/gitbook/src/components/Search/SearchResults.tsx +++ b/packages/gitbook/src/components/Search/SearchResults.tsx @@ -147,7 +147,8 @@ export const SearchResults = React.forwardRef(function SearchResults( clearTimeout(timeout); }; } - }, [query, global, pointer, spaceId, revisionId, withAsk, trackEvent, getCtx]); + }, [query, global, pointer, spaceId, revisionId, withAsk, trackEvent]); + // }, [query, global, pointer, spaceId, revisionId, withAsk, trackEvent, getCtx]); const results: ResultType[] = React.useMemo(() => { if (!withAsk) {