LucianoGanga / country-codes-list

List of codes per country (languages, calling codes, currency codes, etc)
MIT License
97 stars 48 forks source link

Cannot read properties of undefined (reading 'countryCode') #44

Closed MagnumGoYB closed 8 months ago

MagnumGoYB commented 8 months ago
import countryCodes, { CountryProperty } from 'country-codes-list'

console.log(countryCodesList.CountryProperty.countryCode)

⨯ TypeError: Cannot read properties of undefined (reading 'countryCode')

node: v18.17.0 typescript: v5.4.2