Open
Description
<td
dangerouslySetInnerHTML={parseMarkdownLinks(
prop.description,
)}
></td>
throws a jsx-a11y/control-has-associated-label
error.
I believe this should pass in the same way as #64 ?
Also, the documentation says "Enforce that a control (an interactive element) has a text label." I was a bit confused because a <td>
is not an interactive element I think?