console-feed icon indicating copy to clipboard operation
console-feed copied to clipboard

Logging an object blocks and takes a long time

Open lbogdan opened this issue 4 years ago • 1 comments

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: https://github.com/codesandbox/codesandbox-client/issues/5656 .

lbogdan avatar May 31 '21 08:05 lbogdan

the same question, any solution ?

BoBoooooo avatar May 11 '22 09:05 BoBoooooo