Search code examples
javascriptwarningswebstormreactjsjsx

WebStorm/PhpStorm warning for react attributes in jsx like className


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

  • Warning in PhpStorm

warning in PhpStorm

  • Unknown HTML tag attribute can not be set to camelcase only lower case is saved, and turning the check off is not helping.

Unknown HTML tag attribute can not be set to camelcase only lower case is saved, and turning the check off is not helping

  • Settings in Languages & Frameworks > JavaScript > Libraries

Settings in Languages & Frameworks > JavaScript > Libraries

Can you help me I have warnings for every attribute in jsx. Editor is set jsx harmony.


Solution

  • My problem with warnings in jsx was solved by instaling React-Template plugin.

    React-Templates