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
In node I just do this const en = require('i18n-iso-countries/langs/en.json') .. but in the browser I'm needing to figure out how to use Import due to Node (unfortunately in my opinion) really limiting their loaders for import making it very difficult to just import a file.
How I got it to work:
In your component:
import * as i18nIsoCountries from "i18n-iso-countries";
If you use i18n-iso-countries with Node.js you're done.
Except you do
The text was updated successfully, but these errors were encountered: