danalloway / react-country-flag

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

If country code is not correct the system crash #55

Open jlpujante opened 2 years ago

jlpujante commented 2 years ago

I got an error because the code for a country that I was receiving is in Iso Alpha-3 (IRL) instead of Iso Alpha-2 (IE). If the code does not exists, it should manage to return a valid empty flag or just nothing.

carl0shd commented 11 months ago

@jlpujante https://github.com/danalloway/react-country-flag/issues/59