Skip to content

Commit eed6527

Browse files
Search input debounce (#712)
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent ac46221 commit eed6527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function NavSearch({
242242
void fetcher.load(
243243
`/resources/search?query=${encodeURIComponent(nextQuery.trim())}`,
244244
)
245-
}, 200)
245+
}, 250)
246246

247247
React.useEffect(() => {
248248
// Normalize the fetcher response into local state so we can clear results

0 commit comments

Comments
 (0)