Latest solutions
React, TypeScript, Responsive design
#accessibility#fetch#sass/scss#typescript#reactSubmitted over 1 year ago
Latest comments
- @Darshan-Pandya10@kenankomah
There seems to be some kind of issue as none of the countries are displaying.
- P@anna-dominguez@kenankomah
When you click to filter for the Americas I noticed that it shows no results. I believe that this is happening because in the regions array there is a whitespace character in the string for Americas at the beginning so it is showing ' Americas' instead of 'Americas' this is what I saw in the code
const regions = ['Africa', ' Americas', 'Asia', 'Europe', 'Oceania']
I hope this helps