Update next i18next (#472)

This commit is contained in:
Luke Vella 2023-02-02 09:26:04 +00:00 committed by GitHub
parent 4edaa3a700
commit 6ac64bbc42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 38 additions and 38 deletions

View file

@ -124,6 +124,7 @@ export function withSessionSsr(
const res = await composedHandler(ctx);
if ("props" in res) {
return {
...res,
props: {
...res.props,
trpcState: ssg.dehydrate(),