You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get the exact same style attributes in the DOM in the server side rendered version. So the UI is not broken or jumping by loading/hydrating a SSR-Page.
its about the empty style attribute in the first paragraph.
This issue only occures in the SSR process. By rendering the exact same component in the browser, the style attributes with numeric values are rendered fine.
Vue version
3.2.38
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-ats2me?file=generate.js&terminal=dev
Steps to reproduce
npm generate.js
What is expected?
To get the exact same style attributes in the DOM in the server side rendered version. So the UI is not broken or jumping by loading/hydrating a SSR-Page.
What is actually happening?
its about the empty style attribute in the first paragraph.
This issue only occures in the SSR process. By rendering the exact same component in the browser, the style attributes with numeric values are rendered fine.
System Info
System: OS: Linux 5.0 undefined CPU: (4) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries: Node: 16.14.2 - /usr/local/bin/node Yarn: 1.22.10 - /usr/local/bin/yarn npm: 7.17.0 - /usr/local/bin/npm npmPackages: vue: ^3.2.38 => 3.2.38
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: