-
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
Sandbox goes into infinite loop #896
Comments
Another repo case: #50 (comment) |
One way to solve this is to for codesandbox to inject a js heartbeat into apps. The heartbeat will fail on load, at which point on next load codesandbox should prompt sandbox history and allow you to revert to a previous version. |
I was able to pull the source from the broken sandbox and manually re-create it using the API |
I think I am in the same case: https://codesandbox.io/s/v8km1067ml |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Issue closed due to lack of activity |
Looks like I mistakenly made a loop too. https://codesandbox.io/s/vigilant-shannon-veu5b I'd be cool if you could maybe add a query string like |
+1, a query string like |
@bduffany This already exists, but it's named |
🐛 bug report
I was writing a code sample for my library, and I think I wrote an infinite loop. Now whenever try to open the sandbox, the Chrome tab goes to 100% cpu.
Sandbox: https://codesandbox.io/s/4x9mx64kl0
Environment
If the sandbox didn't auto run every time it opened, I could fix the code.
The text was updated successfully, but these errors were encountered: