-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Bug report: Maximum call stack size exceeded when destructuring certain packages #5022
Comments
Hi @NawarA, I'm facing the same issue. Thanks! |
I commented everything out. I then proceeded to see what was source of the issue by commenting things back in, one line at a time. I created a demo sandbox to keep things simple and show what was causing the overflow (import aliasing). That being said, I have a large app that I can't develop in codesandbox right now, because it'd be ludicrous to change every import alias for temporary bug on codesanbox's side. That'd produce a lot of development waste. Our team is now using vs code, which doesn't have the issue. |
Yup, it's going to be a nightmare if the codebase is large, which I'm approaching too. |
Having the same issue in https://codesandbox.io/s/naughty-hellman-7kfxt?file=/src/App.js Removing @material-ui/icons package resolves this issue |
Yeah, looks like |
Hey @NawarA & all, Sorry for the inconvenience and the delayed response! We'll take a look at this first time tomorrow, and get it fixed ASAP! |
Thanks @lbogdan works now: lgtm 👍 |
awesome! 👍 |
@NawarA You should thank @CompuIves , he was the one that fixed it. 🙂 |
🐛 bug report
Hi, a recent update to Codesandbox is now causing this error.
I can confirm that this error was not present a few days / last week...aka, its a recently appearing issue, likely with your latest last two releases.
Preflight Checklist
Contributing Guidelines
for this project.
Code of Conduct
that this project adheres to.
to file, without success.
Description of the problem
We traced the bug down to this line of code (which again, worked a few days ago).
Meanwhile, doing simple destructuring causes infinite loops from certain packages, see below:
How has this issue affected you? What are you trying to accomplish?
We had to switch from Codesandbox to VSCode, becuase VSCode loads this normally...haha
Please patch your recent updates, so we can switch our team back to Codesandbox
To Reproduce
/src/Card.js
See the screenshots above.
Thanks for your hardwork. Much love 🎸
Link to sandbox: link (optional)
https://codesandbox.io/s/epic-http-pht19?file=/src/Card.js
Your Environment
The text was updated successfully, but these errors were encountered: