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
TypeScript supports the new runtime jsx transpilation now, which automatically adds imports like the babel plugin. It can be enabled by either setting jsx to react-jsx or react-jsx-dev.
TypeScript supports the new runtime jsx transpilation now, which automatically adds imports like the babel plugin. It can be enabled by either setting
jsx
toreact-jsx
orreact-jsx-dev
.See: https://www.typescriptlang.org/docs/handbook/jsx.html
The page for TypeScript can be found here: https://github.com/preactjs/preact-www/blob/master/content/en/guide/v10/typescript.md
Related issue: preactjs/preact#3180
The text was updated successfully, but these errors were encountered: