Replies: 1 comment 1 reply
-
Have you find a way to use 'appWithTranslation' with custom props for _app ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I try to integrate next-i18next to my Next.js + TypeScript project.
It includes:
But wrapping my app with appWithTranslation function does have type error.
Can you show me an example of using
_app
withappWithTranslation
and additional props like what I've tried to do?Beta Was this translation helpful? Give feedback.
All reactions