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

Uncaught RangeError: Maximum call stack size exceeded #125

Open
gsabran opened this issue Jul 1, 2016 · 0 comments
Open

Uncaught RangeError: Maximum call stack size exceeded #125

gsabran opened this issue Jul 1, 2016 · 0 comments

Comments

@gsabran
Copy link

gsabran commented Jul 1, 2016

I'm getting this after changing one file
It's coming from hot.js:31 that the source map maps to let newId = id.replace(re, ''); within

  for (let ext of extensions) {
    let re = new RegExp(`\\${ext}$|\\/index\\${ext}$`);
    let newId = id.replace(re, '');
    if (where[newId])
      return where[newId];
  }

Not really sure how to debug that..

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