Owain

Results 2 comments of Owain

Sorry to bump an oldish issue but I have the same problem. Looked at a few posts but can't find a fix. Did anyone figure it out?

I also have this issue. What I import. `import { Country } from 'country-state-city';` How I use it. `{{ props.user?.country_code ? Country.getCountryByCode(props.user.country_code).flag : '' }}` This is how big my...