-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
(tsx) Vue SSR hydration error (defineComponent) #11771
Copy link
Copy link
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.🐞 bugSomething isn't workingSomething isn't workinghas workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problemscope: ssr
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.🐞 bugSomething isn't workingSomething isn't workinghas workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problemscope: ssr
Vue version
3.4.38
Link to minimal reproduction
https://stackblitz.com/edit/github-wvhf41?file=app.tsx
Steps to reproduce
App 2: {a.value}<br/>)What is expected?
To render the line
What is actually happening?
System Info
No response
Any additional comments?
You can see the text
App 1is rendered with the ref butApp 2not.Related:
vuejs/babel-plugin-jsx#568
#7285