LucianoGanga / country-codes-list

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

customList error issue by import #2

Closed Lassin93 closed 5 years ago

Lassin93 commented 5 years ago

Issue happen in import. index.js:70 Uncaught (in promise) ReferenceError: value is not defined

Index.js value = supplant(label, countryData); Should be const value = supplant(label, countryData);

missing define value.

LucianoGanga commented 5 years ago

Hello @Lassin93 !! Thanks for the comment! And sorry for the late reply :(

I fixed it in version 1.2.1, I hope you can use it :)

Cheers, Luciano