You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
here's my code
The text was updated successfully, but these errors were encountered: