-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
Render all children regardless of type when using i18nIsDynamicList prop #1661
Conversation
v13.1.1 |
@siarheipashkevich Please provide a reproducible example repo. |
I just upgraded my packages and try to start my build in web |
Sorry, I'm not able to reproduce it here: https://github.com/i18next/react-i18next/tree/master/example/react |
I use react-native and expo |
@siarheipashkevich it looks like your browser is not expecting the optional chaining operator. If this only happens in development, I'd suggest making sure your browser is up to date. If this happens both in development and in production, I would suggest transpiling your code using something like Babel. |
@nicegamer7 I use latest chrome version: |
After downgrading to |
I think you should not to use |
Does it work with 13.1.2 ? |
Yes, it's work correctly right now, thanks! |
Hi @adrai, this is followup to #1660. I noticed that rendering was still not working when using dynamic strings. This PR fixes that.
Checklist
npm run test