6bd03f32ff
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.