We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d165481 + d7aa5fa commit a27d740Copy full SHA for a27d740
packages/gitbook/src/components/Search/SearchResults.tsx
@@ -77,7 +77,8 @@ export const SearchResults = React.forwardRef(function SearchResults(
77
78
let cancelled = false;
79
80
- setResultsState({ results: [], fetching: true });
+ // Silently fetch the recommended questions, instead of showing a spinner
81
+ setResultsState({ results: [], fetching: false });
82
83
// We currently have a bug where the same question can be returned multiple times.
84
// This is a workaround to avoid that.
0 commit comments