We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
just sharing this beautiful gem:
onlyCountries: PropTypes.arrayOf(PropTypes.string) // Default country countryGuess = onlyCountries.find(o => o.iso2 == props.country) || 0;
Activity