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
Any update on this one? Basically the initial list is presented with the correct translation, but as soon as you start typing in the search filter, the filtered results are shown in default english
I ran into the same problem as you and tried to solve it,
The problem in my opinion:
The problem could be data: search(filter, data) from /lib/CountryList.js, more precisely the problem could be search from useContext().
When trying to do a search, search(filter, data) returns data with the old translation option. If you debug filter and data in /lib/CountryList.js, the variables are set correctly, but when you activate the search function, an old data is passed back.
The countries list show correct translations, but when we write some text in the search box, the list shown is always in english
The text was updated successfully, but these errors were encountered: