-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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 unexpected hydration bailout with <pre> tag #5992
Comments
Thanks @FranckFreiburger , I try to reproduce the issue on Mac and windows, both ok. Will you please provide more information? And for |
Windows 7, node v8.1.2, tested with latest Google Chrome & Firefox. Using google dev tools,
When I continue the script execution, the markup become:
The data from the network tab seems correct, the initial HTTP GET request contains:
note: the issue does not happens with |
Thanks, got it. I am trying to look into it. |
@FranckFreiburger This seems to be a bug. According to the specification https://www.w3.org/TR/html5/syntax.html#element-restrictions
The I'll try to fix it. |
Version
2.3.4
Reproduction
Here what happens on F5 (reload) key:
(It happens only once, the video is looped)
Steps to reproduce
Add a
<pre>
tag in App.vue of the vue-hackernews-2.0 demo:What is expected?
client-side and server-side have the same version for the
<pre>
tagWhat is actually happening?
client and server side versions are not the same, then bailout ?, then
<pre>
tag content is flickeringThe text was updated successfully, but these errors were encountered: