2.5.3
https://codepen.io/anon/pen/GOvGBJ?editors=1010
Load the codepen.
This is obviously not an actual SSR app, but is emulating one. The same thing happens with actual SSR that sets the padding based on window width.
The inline style should be updated when the page hydrates (see the codepen below)
The style only updates if the element has a ref
See https://codepen.io/anon/pen/aVyjoM?editors=1010
This doesn't seem to have been fixed for classes?
No ref: https://codepen.io/anon/pen/yKyBYZ
With ref: https://codepen.io/anon/pen/PRwYPO
Should I open a new issue or is this expected behaviour?
Most helpful comment
This doesn't seem to have been fixed for classes?
No ref: https://codepen.io/anon/pen/yKyBYZ
With ref: https://codepen.io/anon/pen/PRwYPO
Should I open a new issue or is this expected behaviour?