Closed sheeerio closed 3 years ago
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.
Duplicates #2322