Open Jairwin-L opened 4 years ago
I'm getting the same error with TypeScript. The migration guide for the new JSX transforms in React v17 doesn't mention anything about TypeScript and this seems to be a TypeScript error.
My setup: "react": "^17.0.0", "react-dom": "^17.0.0", "react-scripts": "4.0.0",
We ran into this also. You can fix it by setting the jsx
compiler option: https://devblogs.microsoft.com/typescript/announcing-typescript-4-1/#react-17-jsx-factories
We ran into this also. You can fix it by setting the
jsx
compiler option: https://devblogs.microsoft.com/typescript/announcing-typescript-4-1/#react-17-jsx-factories
ok
"jsx": "preserve",
how to use JSX transforms with TypeScript3.9? Any leads?
If you're talking about the new jsx transform that comes with react v17, that's only supported in TypeScript 4.1+ https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-1.html#react-17-jsx-factories
Run :
npx react-codemod update-react-imports
babel version:
It report: