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
No matter if you set i18n data in init function or on first mount of a Picker, we can't change it afterward. Un-mounting/re-mounting the Picker does not work. It needs a full page reload in order to re-init with the other language data.
Meaning language of the picker is not following my user preferences if they change the language in their profile.
Hello,
No matter if you set i18n data in
init
function or on first mount of aPicker
, we can't change it afterward. Un-mounting/re-mounting the Picker does not work. It needs a full page reload in order to re-init with the other language data.Meaning language of the picker is not following my user preferences if they change the language in their profile.
Small repro where we can switch from fr/en
https://codesandbox.io/s/react-emoji-mart-5-2-1-3it6oi?file=/src/App.js
Thx
The text was updated successfully, but these errors were encountered: