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
[Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render.
Uncaught (in promise) TypeError: Cannot read property 'toLowerCase' of undefined
at emptyNodeAt (vendor.js:18438)
at VueComponent.patch [as __patch__] (vendor.js:19011)
at VueComponent.Vue._update (vendor.js:15663)
at VueComponent.updateComponent (vendor.js:15791)
at Watcher.get (vendor.js:16134)
at new Watcher (vendor.js:16123)
at mountComponent (vendor.js:15795)
at VueComponent.webpackJsonp.../node_modules/vue/dist/vue.runtime.esm.js.Vue$3.$mount (vendor.js:20834)
at init (vendor.js:17087)
at hydrate (vendor.js:18887)
The text was updated successfully, but these errors were encountered:
Version
2.5.2
Reproduction link
Unable to quickly setup a SSR environment to show the issue.
Steps to reproduce
What is expected?
generated HTML by the server:
<input type="text">
What is actually happening?
the server generates
<!---->
hydration error in browser console:
[Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render.
The text was updated successfully, but these errors were encountered: