Describe the bug
A clear and concise description of what the bug is.
Typescript + React
The use of I18nextProvider causes the following error.
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
@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
Most helpful comment
Got same issue, solved by yarn remove i18next, then yarn add i18next