-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Open
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:hydration
Description
Vue version
v3.5.26@aac7e18
Link to minimal reproduction
Steps to reproduce
When I use template ref on a custom element in SSR mode. It will render a ref="[object Object]" attribute unexpectedly:
<my-component ref="[object Object]">hello</my-component>What is expected?
<my-component>hello</my-component>What is actually happening?
<my-component ref="[object Object]">hello</my-component>System Info
Any additional comments?
originally posted in nuxt/nuxt#34016
The reproduction on Vue playground is provided by @danielroe
danielroe
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:hydration