We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: codesandbox/codesandbox-client#5830
The text was updated successfully, but these errors were encountered:
Hi.. @ALL
Is anyone got any workaround for this issue? If yes, let me know the workaround, I am too stuck with the issue.
Sorry, something went wrong.
No branches or pull requests
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: codesandbox/codesandbox-client#5830
The text was updated successfully, but these errors were encountered: