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

Issue loading with Webpack 3.5.5 #61

Closed
robksawyer opened this issue Sep 26, 2017 · 4 comments
Closed

Issue loading with Webpack 3.5.5 #61

robksawyer opened this issue Sep 26, 2017 · 4 comments

Comments

@robksawyer
Copy link

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?

@robksawyer robksawyer changed the title Issue loading with Webpack 3 Issue loading with Webpack 3.5.5 Sep 26, 2017
@michaelwittig
Copy link
Owner

could you try the new 3.x release that includes #64

@AlexKlim
Copy link

the same issue for the 3.2.0 version

@michaelwittig
Copy link
Owner

@ephys are you also using webpack oder something else?

@ephys
Copy link
Contributor

ephys commented Oct 26, 2017

@michaelwittig I do, @AlexKlim @robksawyer could we have your webpack configuration so we can see if we can reproduce the problem?

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

No branches or pull requests

4 participants