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.
1 parent e3e470c commit 2277c02Copy full SHA for 2277c02
1 file changed
app/composables/npm/useSearch.ts
@@ -364,6 +364,7 @@ export function useSearch(
364
365
if (!intent || !name) {
366
suggestionsLoading.value = false
367
+ await Promise.all(promises)
368
return { suggestions: [], packageAvailability: availability }
369
}
370
0 commit comments