We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There's a problem with extending Attributes and HTMLAttributes interface with styleName with @types/react@^17. It simply has no effect:
Attributes
HTMLAttributes
styleName
@types/react@^17
Property 'styleName' does not exist on type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
"@types/react-css-modules": "^4.6.2",