samdenty/console-feed

Logging an object blocks and takes a long time

lbogdan opened this issue · 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: codesandbox/codesandbox-client#5656 .

the same question, any solution ?