stackblitz / webcontainer-core

Dev environments. In your web app.
https://webcontainers.io
MIT License
3.89k stars 160 forks source link

Firefox: Stack trace breaks? #691

Open NullVoxPopuli opened 2 years ago

NullVoxPopuli commented 2 years ago

Describe the bug

I try to run my dev server, and get this error:

[get stackTraceLimit@https://github-8qeupk.w-corp.staticblitz.com/blitz.f2b430413f5697306be55fc5c653053509a24007.js:6:291483
getErrorWithoutStack@https://github-8qeupk.w-corp.staticblitz.com/blitz.f2b430413f5697306be55fc5c653053509a24007.js:6:1073932
generateUnhandledRejectionError@https://github-8qeupk.w-corp.staticblitz.com/blitz.f2b430413f5697306be55fc5c653053509a24007.js:6:1074166
processPromiseRejections@https://github-8qeupk.w-corp.staticblitz.com/blitz.f2b430413f5697306be55fc5c653053509a24007.js:6:1074928
processTicksAndRejections@https://github-8qeupk.w-corp.staticblitz.com/blitz.f2b430413f5697306be55fc5c653053509a24007.js:6:797087
_0x48295c@https://github-8qeupk.w-corp.staticblitz.com/blitz.f2b430413f5697306be55fc5c653053509a24007.js:8:227321
]

Link to the blitz that caused the error

https://stackblitz.com/edit/github-8qeupk?file=package.json

Steps to reproduce

visit the blitz, let the automation try to start the dev server

Expected behavior

dev server boots. no error.

Screenshots

No response

Platform

Additional context

No response

d3lm commented 1 year ago

Hey 👋 Thanks for reporting this issue. I have briefly looked at it and it seems there's still an issue with the esm package aside from the weird error you're seeing in Firefox. For both we need to take a closer look and I created a ticket internally for this.