Open lbogdan opened 3 years ago
Consider this code:
const testPromise = new Promise((resolve) => setTimeout(() => resolve(42), 1000) ); testPromise.then(() => console.log(testPromise));
Expected output (from Chrome's console):
Actual output:
Reproduction sandbox: https://codesandbox.io/s/console-feed-resolved-promise-xye1i
Related CodeSandbox issue: https://github.com/codesandbox/codesandbox-client/issues/5830
Hi.. @all
Is anyone got any workaround for this issue? If yes, let me know the workaround, I am too stuck with the issue.
Consider this code:
Expected output (from Chrome's console):
Actual output:
Reproduction sandbox: https://codesandbox.io/s/console-feed-resolved-promise-xye1i
Related CodeSandbox issue: https://github.com/codesandbox/codesandbox-client/issues/5830