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
{{ message }}
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
The text was updated successfully, but these errors were encountered:
sheeerio
changed the title
After chaning language and then coming back to english, the search placeholder displays weird strings
After changing language and then coming back to english, the search placeholder displays weird strings
Jun 27, 2021
I think this is happening due to use of useCallback hook whenever we change language it is starting a new function without terminating the previous callback instance and mixing the city region names like in your example it is mixing Karnataka and Alappuzha. And if we create terminating point it will terminate all the instances of useCallback function. I guess this is the reason correct me if I am wrong.
The text was updated successfully, but these errors were encountered: