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
Rendering a <th> in a <Show>, <For> or basically any component results in "The HTML provided is malformed and will yield unexpected output when evaluated by a browser." warnings.
@katywings I have just seen this! Yeah, validation for th was missing, my bad. There was also a need to cover the outer bits which I didn't consider, such empty table/thead/tbody.
I think all should be covered in #360
Thanks for the report! Its interesting I do not think I have ever used any of these tags, I have added caption and took the opportunity to refactor it a little #376
Is
Rendering a
<th>
in a<Show>
,<For>
or basically any component results in "The HTML provided is malformed and will yield unexpected output when evaluated by a browser." warnings.Should
This should not result in a warning.
Repro
https://stackblitz.com/edit/github-wixnng?file=src%2Froutes%2Findex.tsx
(check the Terminal)
Refs
#350
The text was updated successfully, but these errors were encountered: