WebStorm/PhpStorm warning for react attributes in jsx like className

后端 未结 4 1150
心在旅途
心在旅途 2021-02-19 01:44

I can not remove following warning in react code. \"Attribute className is not allowed here\".

  • Warning in PhpStorm

  • Unkn
4条回答
  •  时光说笑
    2021-02-19 02:19

    You should add Reactjs library.

    Using Reactjs in JavaScript and TypeScript

    In my case, I've just added Reactjs support for TypeScript:

提交回复
热议问题