Gourab Konar
Results
2
comments of
Gourab Konar
Could you please explain , more on this. Like is it creating a new Route path or is it setting the current version in the dropdown.
The issue is in this part ``` const SEARCH_PARAM_QUERY = 'q'; /** * Permits to read/write the current search query string */ export function useSearchQueryString(): [string, (newValue: string) => void]...