stackblitz / webcontainer-core

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

editor with jsx warnings #1480

Closed alexalannunes closed 4 months ago

alexalannunes commented 4 months ago

Describe the bug

I just created a new react project and I got this warnings

Link to the blitz that caused the error

https://stackblitz.com/edit/vitejs-vite-8pfgsb?file=src%2FApp.tsx&terminal=dev

Steps to reproduce

  1. create a new project
  2. wait for installation
  3. Observe

Expected behavior

No warning should display with correct tsconfig about jsx

Parity with Local

Screenshots

image

Platform

Browser name  = Chrome
Full version  = 126.0.0.0
Major version = 126
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 109901867,
  "usedJSHeapSize": 107615847,
  "jsHeapSizeLimit": 2172649472
}
Hash = 70dbe416

Additional context

No response

BlessYAHU commented 4 months ago

This issue is being discussed in #1465.

alexalannunes commented 4 months ago

thanks @BlessYAHU .