Closed sidneylopes closed 4 years ago
When I press the Add Address button, I have the following error:
Here is the part of the code that has "countries.find":
const country = countries.find(item => item.id === countryId);
How can I fix it (my app is only for Brazil)?
I also just noticed that the error doesn't happen every time
When I press the Add Address button, I have the following error:
Here is the part of the code that has "countries.find":
const country = countries.find(item => item.id === countryId);
How can I fix it (my app is only for Brazil)?