Closed SachaG closed 3 months ago
If I'm on http://localhost:3000/ru-RU/survey/state-of-css/2024/123xyz/10 and switch to russian, I'm redirected to http://localhost:3000/ru-RU/survey/state-of-css/2024/123xyz/7 or some other random (?) page.
was due to a clumsy useCallback with improper params... it was not updating on route change
If I'm on http://localhost:3000/ru-RU/survey/state-of-css/2024/123xyz/10 and switch to russian, I'm redirected to http://localhost:3000/ru-RU/survey/state-of-css/2024/123xyz/7 or some other random (?) page.