You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return a text concated with a ref (App 2: {a.value}<br/>)
What is expected?
To render the line
What is actually happening?
runtime-core.esm-bundler.js?v=17134382:50 [Vue warn]: Hydration text mismatch in <div id="app">…</div>
- rendered on server: "App 2: 0"
- expected on client: "App 2: "
at <Anonymous key=4 >
at <NuxtRoot>
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