Closed tiendd2608 closed 2 years ago
Sorry, not able to reproduce. I suspect your setup has some bundling issue... check webpack etc...
@adrai
Sorry, not able to reproduce. I suspect your setup has some bundling issue... check webpack etc...
I use the default webpack of create-react-app with typescript
Please provide a reproducible example. It seems to work here: https://locize.com/blog/how-to-internationalize-react-i18next/
I forgot to import i18n into App.tsx. Thank you very much!
🐛 Bug Report
I got the below error when starting my app:
Module not found: Error: Cannot find file: 'i18nextBrowserLanguageDetector.js' does not match the corresponding name on disk: './node_modules/i18next-browser-languageDetector/dist/esm/i18next-browser-languagedetector'.
My code: src/i18n.ts
Please help me fix this. Thank you!!!
Your Environment