React-i18next: Property 'reportNamespaces' is missing

Created on 27 Sep 2019  路  5Comments  路  Source: i18next/react-i18next

Describe the bug
A clear and concise description of what the bug is.

Typescript + React
The use of I18nextProvider causes the following error.

capture

It didn't happen on 10.11.0 version.

Occurs in react-i18next version
npm version: 6.5.0
react-i18next version: 10.13.0

To Reproduce
Use I18nextProvider and pass custom configured i18n (as instructed on react-i18next website), and I get the above error.

OS (please complete the following information):

Windows

typescript

Most helpful comment

Got same issue, solved by yarn remove i18next, then yarn add i18next

All 5 comments

@jake5146 Please provide a snippet of code that reproduces the error. As a volunteer that only maintains ts definitions, I don't know what example you refer to on the docs site.

I would prefer this is submitted as a PR to the test/typescript usage tests. That will get you results faster than anything else.

@jake5146 reminder - please get back to me with your reproduction.

closing due inactivity

Solving same issue

Got same issue, solved by yarn remove i18next, then yarn add i18next

Was this page helpful?
0 / 5 - 0 ratings