We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, i came across a problem i'm using TypeScript 3.1.3 on react "i18next": "^11.9.1" "react-i18next": "^8.1.0" "@types/react-i18next": "^7.8.2"
Problem is " node_modules/@types/i18next/index has no default export. " on import i18next in node_modules/react-i18next/index.d.ts file
Current code
import i18next, { TranslationFunction, ReactOptions as I18nOptions, } from 'i18next';
i made some changes
import { TranslationFunction, ReactOptions as I18nOptions, } from 'i18next'; import * as i18next from 'i18next';
And it worked for me. Can somebody help me with this problem
The text was updated successfully, but these errors were encountered:
Should be fixed by #567.
Sorry, something went wrong.
The PR will be today ? Best regards
No branches or pull requests
Hi, i came across a problem
i'm using
TypeScript 3.1.3 on react
"i18next": "^11.9.1"
"react-i18next": "^8.1.0"
"@types/react-i18next": "^7.8.2"
Problem is " node_modules/@types/i18next/index has no default export. " on import i18next in node_modules/react-i18next/index.d.ts file
Current code
i made some changes
And it worked for me. Can somebody help me with this problem
The text was updated successfully, but these errors were encountered: