This commit is contained in:
Claire Chabas
2025-01-10 19:48:01 +01:00
parent e02c922464
commit 4df83559f7
@@ -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) {