SSR: CSS custom properties bug using v-bind #5443
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
scope: ssr
Version
3.2.31
Reproduction link
github.com
Steps to reproduce
Npm run start
Go to http://localhost:3000 see FOUT
2.a Alternatively see view-source:http://localhost:3000/ and watch the custom properties generated by v-bind
What is expected?
The custom property should have a valid syntax containing the "--" prefix
example of the problem: "7ba5bd90:250px";
What is actually happening?
the custom property would contain the required "--"
example of the solution: "--7ba5bd90:250px";
It happened while using server side rendering and noticing a flash of unstyled components
The text was updated successfully, but these errors were encountered: