You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Reproducing sandbox: https://codesandbox.io/s/8w24l?file=/index.js
To reproduce: check / uncheck a tree item, the
console.log()
fromindex.js:55
will output immediately in Chrome's console, will block the preview for ~30s, and then will output in CodeSandbox's console. Removinginfo
from theconsole.log()
works fine, so this is caused by logging theinfo
object.Related CodeSandbox issue: codesandbox/codesandbox-client#5656 .
The text was updated successfully, but these errors were encountered: