-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: compiler
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 :)
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: compiler