E0192: attribute has wrong capitalization
In HTML, attributes are case-insensitive; colspan
is the same as colSpan
and
COLSPAN
. In React, attributes are case-sensitive. It is a mistake for an
attribute for a built-in element to have the wrong capitalization:
To fix this error, fix the capitalization of the attribute:
This diagnostic enabled in the "react"
JSX mode.
Introduced in quick-lint-js version 2.0.0.