console-feed
console-feed copied to clipboard
Logging an object blocks and takes a long time
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 .
the same question, any solution ?