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
This might be a config issue on my side, but thought I'd mention it.
webpack:///./node_modules/i18n-iso-countries/index.js?:43
codes.forEach(function(codeInformation) {
^
TypeError: codes.forEach is not a function
at eval (webpack:///./node_modules/i18n-iso-countries/index.js?:43:7)
at Object.<anonymous> ([stdin]:9414:1)
at __webpack_require__ ([stdin]:20:30)
at eval (webpack:///./src/components/forms/ProfileBillingForm/ProfileBillingForm.jsx?:12:77)
at Object.<anonymous> ([stdin]:4459:1)
at __webpack_require__ ([stdin]:20:30)
at eval (webpack:///./src/components/forms/ProfileBillingForm/index.js?:1:82)
at Object.<anonymous> ([stdin]:9101:1)
at __webpack_require__ ([stdin]:20:30)
at eval (webpack:///./src/components/ProfileBilling/ProfileBilling.jsx?:6:84)
Any ideas how to resolve?
The text was updated successfully, but these errors were encountered:
robksawyer
changed the title
Issue loading with Webpack 3
Issue loading with Webpack 3.5.5
Sep 26, 2017
This might be a config issue on my side, but thought I'd mention it.
Any ideas how to resolve?
The text was updated successfully, but these errors were encountered: