The Variable with the integer value is missing, and the lowerCamelCase Variables are converted to kebap-cased variables.
This breaks the UX of our application because the content is jumping since the missing/malformed Variables are not matching the ones in the actual CSS. After rehydration in the Browser, the correct style-Attributes get rendered, and our Styles take effect.
Sidenote
in version 2.5.0 the variable with the numeric value does not get lost. This is the output from version 2.5.0:
fieteboerner commentedDec 3, 2021
•
edited
Version
2.6.14
Reproduction link
github.com
Steps to reproduce
What is expected?
The SSR
node index.js
command should print the exact same output as the vue renderer in the browserWhat is actually happening?
The Variable with the integer value is missing, and the lowerCamelCase Variables are converted to kebap-cased variables.
This breaks the UX of our application because the content is jumping since the missing/malformed Variables are not matching the ones in the actual CSS. After rehydration in the Browser, the correct style-Attributes get rendered, and our Styles take effect.
Sidenote
in version 2.5.0 the variable with the numeric value does not get lost. This is the output from version 2.5.0:
The text was updated successfully, but these errors were encountered: