You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to latest version, deno check errors on first jsx expression in each file with error:
TS2875 [ERROR]: This JSX tag requires the module path 'react/jsx-runtime' to exist, but none could be found. Make sure you have types for the appropriate package installed.
<>
~~
at file:///Users/kuchta/Projects/vite-project/src/App.tsx:10:5
In newly initialzed Vite/React project by deno init --npm vite with config:
I think it would be great, if deno could recognize it's initializing new react project a create minimal working config file. A lot of issues would then probably go away...
The text was updated successfully, but these errors were encountered:
Version: Deno 2.2.1
After upgrading to latest version,
deno check
errors on first jsx expression in each file with error:In newly initialzed Vite/React project by
deno init --npm vite
with config:I think it would be great, if deno could recognize it's initializing new react project a create minimal working config file. A lot of issues would then probably go away...
The text was updated successfully, but these errors were encountered: