Devographics / Monorepo

Monorepo containing the State of JS apps
surveyform-sigma.vercel.app
Other
134 stars 52 forks source link

Language switcher changes page #414

Closed SachaG closed 3 months ago

SachaG commented 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.

eric-burel commented 3 months ago

was due to a clumsy useCallback with improper params... it was not updating on route change