-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSR vnode mismatch #974
Comments
hmm 🤔, I seem occured degression in Vue 2.4.3. |
Not really a regression, seems to be happening for 2.4.2 too. |
Fixed in Vue core. Will probably need to wait for the next patch release. |
Super fast. Thanks @yyx990803 |
This was referenced Oct 13, 2017
This was referenced Feb 2, 2018
ztlevi
pushed a commit
to ztlevi/vue
that referenced
this issue
Feb 14, 2018
f2009
pushed a commit
to f2009/vue
that referenced
this issue
Jan 25, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
13.0.4
Reproduction link
https://github.com/hirokiosame/vue-test-ssr
Steps to reproduce
npm install
&npm run dev
What is expected?
For the component to render fine in the backend and frontend.
What is actually happening?
The SSR server is going to mount this simple component: https://github.com/hirokiosame/vue-test-component/blob/master/src/TestComponent.vue
It renders fine if it's just front-end rendering, but when using server-side rendering, it breaks with a vnode mismatch error:
The server is using NUXT version 1.0.0-rc8 which uses vue-loader@13.0.4 and vue@2.4.3
The component is using vue-loader@13.0.4 (the version wasn't on the list in the form btw)
The text was updated successfully, but these errors were encountered: