You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both functions i18n.load(locale, messages) and i18n.activate(locale) trigger the i18n.on("change") event that cause a double rerender in react I18nProvider, after dynamic import. Perhaps the ideal would be to add a unified function like i18n.loadAndActivate (locale, messages).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Both functions i18n.load(locale, messages) and i18n.activate(locale) trigger the i18n.on("change") event that cause a double rerender in react I18nProvider, after dynamic import. Perhaps the ideal would be to add a unified function like i18n.loadAndActivate (locale, messages).
Thanks anyway for the grea work.
Beta Was this translation helpful? Give feedback.
All reactions