react i18n missingKey after successfully initialized
I’m using react-i18next in my react project, and In Project i18n was successfully initialized, but when I use useTranslation hook in my component, I still got missingKey error, I set the debug options to true in order to see the message of i18n when initialized.
Let me share the debug console message
Can anyone guess what is the problem?
react-i18next Uncaught Error: A component suspended while responding to synchronous input
I tried to install react-i18next and I followed the official documentation. There’s a point, where it says import the i18n.js in the index.js file.
Separating Internationalization for Whole Application and Specific Components in React with react-i18next
I am currently internationalizing my React application using react-i18next and have encountered a scenario where I need to manage language translation in two distinct contexts: