Gáspár Körtesi

Results 4 comments of Gáspár Körtesi

Reopening as it seems this issue is not fully resolved, in the case the url contains a query parameter. The above reproduction still produces the issue with latest canary: https://0hlens.sse.codesandbox.io/?a=b

@adrai @matchatype I've opened a PR that apparently addresses the issue: https://github.com/i18next/next-i18next/pull/1948

> extend SSRConfig to allow whatever the pageProps are and include _nextI18Next as well. pageProps is `{}` and extending it is essentially what the existing code does as far as...