We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.5.21
https://github.com/manniL/vue-server-renderer-falsy-styles-bug/
src/index.js
<h1 data-server-rendered="true" style="color: 'red'">Welcome!!</h1>
<h1 data-server-rendered="true" style="height:null;color:red;">Welcome!!</h1>
nuxt/nuxt#4652
The text was updated successfully, but these errors were encountered:
Duplicate of #9231
Sorry, something went wrong.
@manniL incidentally fixing this causes some Nuxt test cases to fail: https://circleci.com/gh/vuejs/regression-testing/143
@yyx990803 Thanks for the heads up! Looks like most of them are related to the fix itself (where just the HTML string mismatches).
Not sure why the timing-related tests fail though. Will dig in ☺️
No branches or pull requests
Version
2.5.21
Reproduction link
https://github.com/manniL/vue-server-renderer-falsy-styles-bug/
Steps to reproduce
src/index.js
What is expected?
<h1 data-server-rendered="true" style="color: 'red'">Welcome!!</h1>
What is actually happening?
<h1 data-server-rendered="true" style="height:null;color:red;">Welcome!!</h1>
Related
nuxt/nuxt#4652
The text was updated successfully, but these errors were encountered: