We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<td valign={...}
Unknown property 'valign' found react/no-unknown-property
<td colSpan={colSpan} valign="middle"> foo </td>
valign is valid property on td
valign
td
The text was updated successfully, but these errors were encountered:
MDN has marked valign as deprecated and recommends using vertical-align instead.
vertical-align
But, I think that it is a good question should the rule accept deprecated properties or not.
Sorry, something went wrong.
I think it should; deprecated is known.
64ad602
ljharb
No branches or pull requests
valign
is valid property ontd
The text was updated successfully, but these errors were encountered: