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

Logging an object blocks and takes a long time #87

Open
lbogdan opened this issue May 31, 2021 · 1 comment
Open

Logging an object blocks and takes a long time #87

lbogdan opened this issue May 31, 2021 · 1 comment

Comments

@lbogdan
Copy link

lbogdan commented May 31, 2021

Reproducing sandbox: https://codesandbox.io/s/8w24l?file=/index.js

To reproduce: check / uncheck a tree item, the console.log() from index.js:55 will output immediately in Chrome's console, will block the preview for ~30s, and then will output in CodeSandbox's console. Removing info from the console.log() works fine, so this is caused by logging the info object.

Related CodeSandbox issue: codesandbox/codesandbox-client#5656 .

@BoBoooooo
Copy link

BoBoooooo commented May 11, 2022

the same question, any solution ?

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

2 participants