Next-i18next: I think you don't need to `warn` message if namespacesRequired provide at page level.

Created on 11 Sep 2020  路  2Comments  路  Source: isaachinman/next-i18next

Firstly, I think every page level need to provider getInitialProps. that is very confused at above Next 9 version.
And, react.i18next also support the useTranslation (hook).
So, I think we should force to use hook instead of HOC.
thanks for you supporting

Most helpful comment

You can opt out of warning messages by setting strictMode in the config to false.

All 2 comments

You can opt out of warning messages by setting strictMode in the config to false.

noted, thanks.

Was this page helpful?
0 / 5 - 0 ratings