You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
We can't parse HTMl in dangerouslySetInnerHTML, and in this case it's not even a static value, so there'd be nothing we can do (there's a reason it's "dangerous" and shouldn't be used).
I'm not sure why it's warning on a td. The example in #64 is because anything there ensures that the header has content; in this case, we'd need to know what the content is.
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?The text was updated successfully, but these errors were encountered: