Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to import, all I get is an empty object #7

Open
ggrillone opened this issue Feb 16, 2019 · 0 comments
Open

unable to import, all I get is an empty object #7

ggrillone opened this issue Feb 16, 2019 · 0 comments

Comments

@ggrillone
Copy link

ggrillone commented Feb 16, 2019

here's my code

import languages from 'language-list';

console.log(languages);
// => {}

languages();
// => languges is not a function

languages.getLanguageCodes();
// => Uncaught TypeError: language_list__WEBPACK_IMPORTED_MODULE_3___default.a.getLanguageCodes is not a function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant