Files
eranos/src
Lemon 6bd03f32ff Fix search page remounting on every keystroke
Remove SearchPageKeyed wrapper that used ?q as a React key, causing
the entire SearchPage to remount (and lose input focus) whenever the
URL query parameter changed. Debounce the search query before syncing
it to the URL and passing it to data-fetching hooks, preventing
excessive re-renders and relay queries while typing.
2026-03-11 20:26:04 -07:00
..