Javascript – How to use Navigate component to capture incoming query string / searchParams?
Currently I have createBrowserRouter( createRoutesFromElements(...) ); and nested within there is a: <Route index element={<Navigate to="/raters/start/" />} /> This works fine for the base URL, except that we now need to capture any query strings on the original route and…