-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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: ssr
Description
Vue version
3.4.21
Link to minimal reproduction
Steps to reproduce
- Visit the SFC Playground
- Click the checkbox
- Click the button
What is expected?
It should display "Hello"
What is actually happening?
It crashes due to a missing parent node when trying to insert the div.
System Info
No response
Any additional comments?
This only happens in production, when SSR is enabled.
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: ssr