Closed
Description
Vue version
3.5.13
Link to minimal reproduction
Steps to reproduce
Visit the reproduction link, you will see this error:
<tr> cannot be child of <template>, according to HTML specifications. This can cause hydration errors or potentially disrupt future functionality
But as we know, <template>
has no restrictions in the permitted content:
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/template#technical_summary
What is expected?
The warning shouldn't exist.
What is actually happening?
The warning exists
Any additional comments?
It shouldn't be necessary to go into why I am using this pattern, it's probably a distraction :)