React i18next not updating language after initial load from Chrome storage
I’m developing a Chrome extension using React, TypeScript, and i18next for localization. The extension stores the user’s preferred language in Chrome storage. On initialization, I retrieve the language from storage and attempt to update i18next with i18n.changeLanguage(). While the language change seems successful, components still render with the default language (vi-VN).