-
-
Notifications
You must be signed in to change notification settings - Fork 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: vaporrelated to vapor moderelated to vapor mode
Description
Vue version
3.6.0-beta.1
Link to minimal reproduction
Steps to reproduce
Open the Playground and check the console:
TypeError: Cannot read properties of undefined (reading 'nodes')
The Playground is using v-if="false" to make the root node optional, but using v-for="i in []" instead also triggers a similar error.
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: vaporrelated to vapor moderelated to vapor mode