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
When used with a fresh create-react-app install and typescript types with react 18 the <I18n / > component does NOT accept children.
create: npx create-react-app my-app --template typescript install: npm i redux-i18n --save
npx create-react-app my-app --template typescript
npm i redux-i18n --save
index.ts: <I18n translations={translations}> <App /> </I18n>
<I18n translations={translations}> <App /> </I18n>
The text was updated successfully, but these errors were encountered:
+1 to this issue
Sorry, something went wrong.
+1
No branches or pull requests
When used with a fresh create-react-app install and typescript types with react 18 the <I18n / > component does NOT accept children.
create:
npx create-react-app my-app --template typescript
install:
npm i redux-i18n --save
index.ts:
<I18n translations={translations}> <App /> </I18n>
The text was updated successfully, but these errors were encountered: