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 21b466a commit 1eac591Copy full SHA for 1eac591
1 file changed
app/composables/useNpmRegistry.ts
@@ -287,7 +287,7 @@ export function useNpmSearch(
287
let lastSearch: NpmSearchResponse | undefined = undefined
288
289
const asyncData = useLazyAsyncData(
290
- `search:incremental:${toValue(query)}`,
+ () => `search:incremental:${toValue(query)}`,
291
async () => {
292
const q = toValue(query)
293
if (!q.trim()) {
0 commit comments