danalloway / react-country-flag

React component for emoji/svg country flags.
https://danalloway.github.io/react-country-flag/
MIT License
255 stars 43 forks source link

The prop `countryCode` #22

Closed govasrl closed 4 years ago

govasrl commented 4 years ago

The prop countryCode is marked as required in ReactCountryFlag, but its value is undefined.

golendercaria commented 4 years ago

You can replace code by countryCode.

danalloway commented 4 years ago

@govasrl yes, @golendercaria is correct if you've updated to the latest version code is now countryCode update all your uses of this component to match that and you should be good to go!