mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
testing
This commit is contained in:
@@ -111,6 +111,8 @@ export const SearchResults = React.forwardRef(function SearchResults(
|
||||
cancelled = true;
|
||||
};
|
||||
} else {
|
||||
setResultsState({ results: [], fetching: true });
|
||||
// setResultsState((prev) => ({ results: prev.results, fetching: true }));
|
||||
let cancelled = false;
|
||||
const timeout = setTimeout(async () => {
|
||||
const results = await (global
|
||||
|
||||
Reference in New Issue
Block a user