React JSX error : Unclosed regular expression

前端 未结 5 1824
别跟我提以往
别跟我提以往 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 06:56

    I solved this issue by disabling show syntax errors checkbox in visual studio 2015.

    Tools -> options - > text editor -> javascript -> intelliSense -> general -> show syntax errors(disable)

提交回复
热议问题