React JSX error : Unclosed regular expression

前端 未结 5 1823
别跟我提以往
别跟我提以往 2021-02-04 06:08

Recently I was facing an issue coding React app on Visual Studio code. Because of this issue, whenever I wrote JSX inside the render function of the React Component and saved it

5条回答
  •  走了就别回头了
    2021-02-04 07:02

    If you are using jshint plugin, remove it and install ESLint plugin.

    It is a good replacement for jshint in reactJS work.

提交回复
热议问题