React Cannot use JSX unless the ‘--jsx‘ flag is provided.
Posted 张志翔ۤ
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了React Cannot use JSX unless the ‘--jsx‘ flag is provided.相关的知识,希望对你有一定的参考价值。
在tsx文件中加入html代码后,报错
Cannot use JSX unless the '--jsx' flag is provided.
解决方法:
在tsconfig.json中加入:
"jsx": "react",
到此问题解决。
以上是关于React Cannot use JSX unless the ‘--jsx‘ flag is provided.的主要内容,如果未能解决你的问题,请参考以下文章
‘DatePicker.RangePicker‘ cannot be used as a JSX component.
‘DatePicker.RangePicker‘ cannot be used as a JSX component.
‘DatePicker.RangePicker‘ cannot be used as a JSX component.
Cannot find module '@babel/plugin-transform-react-jsx' 和Cannot find module '@babel/core&
学习React前端框架,报错 'React' must be in scope when using JSX react/react-in-jsx-scope