E0193: misspelled React attribute; write 'className' instead
React has a different name for some attributes than HTML. It is a mistake to write the HTML attribute instead of the React attribute:
To fix this error, write the name of the attribute understood by React:
This diagnostic enabled in the "react"
JSX mode.
Introduced in quick-lint-js version 2.0.0.