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
Run npm run typecheck after installing dependence.
Describe the bug
In #1303, in order to support jsx/tsx, the default parameters of jsxFactory and jsxFragment are added. But this affects me setting jsx option of tsconfig to react-jsx even though I'm not using nano-jsx.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Nitro 2.7.2
Node 20.9.0
Reproduction
https://stackblitz.com/edit/github-nwbg1j?file=nitro.config.ts
Run
npm run typecheck
after installing dependence.Describe the bug
In #1303, in order to support
jsx/tsx
, the default parameters ofjsxFactory
andjsxFragment
are added. But this affects me settingjsx
option of tsconfig toreact-jsx
even though I'm not usingnano-jsx
.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: