APSL / redux-i18n

A simple and powerful package for translate your react applications using react-redux.
MIT License
233 stars 52 forks source link

Not working in react 18, <I18n /> component does not accept children #167

Open claudeJURA opened 1 year ago

claudeJURA commented 1 year ago

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: `

`

elizavetaRa commented 1 year ago

+1 to this issue

amerdiglisic commented 1 year ago

+1