webcontainer-core
webcontainer-core copied to clipboard
Stackblitz errors when launching vite project
Describe the bug
The project console shows errors like:
simple?file=README.md:8 Uncaught (in promise) Error: Unhandled Promise Rejection: Could not find source file: 'stackblitz:/src/comments/PostQuickCreateCancelButton.tsx'.
The web view is empty
Link to the blitz that caused the error
https://stackblitz.com/github/marmelab/react-admin/tree/4.x/examples/simple?file=README.md
Steps to reproduce
- Go to https://stackblitz.com/github/marmelab/react-admin/tree/4.x/examples/simple?file=README.md
- Open the console
Expected behavior
No errors, and a working app on the right
Parity with Local
- [X] I have run the project in my local machine and I could not reproduce the issue.
Screenshots
No response
Platform
Browser name = Chrome
Full version = 129.0.0.0
Major version = 129
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 134414616,
"usedJSHeapSize": 130494488,
"jsHeapSizeLimit": 4294705152
}
Hash = 134daa3c
Additional context
No response