webcontainer-core
webcontainer-core copied to clipboard
application not getting compile in stackblitz
Describe the bug
I am checking date picker component. There are various demo are shown the. Im trying to open that demo in stackblitz by click the button link present just beside the demo. Application is getting open in stackblitz but it is not compiling.
Below is the screenshot of error i getting on console
Link to the blitz that caused the error
https://stackblitz.com/run?file=package.json
Steps to reproduce
- go to datepicker component on material website
- check any demo example and click on the open in stackblitz button
- application is now open in stackblitz but it is not getting compliled
Expected behavior
application show get compiled
Parity with Local
- [X] I have run the project in my local machine and I could not reproduce the issue.
Screenshots
Platform
Browser name = Chrome
Full version = 123.0.0.0
Major version = 123
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0
performance.memory = {
"totalJSHeapSize": 62946386,
"usedJSHeapSize": 58979178,
"jsHeapSizeLimit": 4294705152
}
Hash = 7dbe22a9
Additional context
hi 👋 thanks for reporting this issue!
I'm afraid I cannot seem to reproduce the issue.
Could you try accessing the page from an alternative network connection to ensure these URLs are not being blocked by a VPN or other network restrictions?
Could you also post the output of curl -v https://foobar.w-credentialless-staticblitz.com/iframe.7dbe22a9.html so we can check it's browser specific?