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
Set the new value inside an onMounted() hook if you want to change it client side. It is expected to have the same values on the server and client when doing SSR
Version
3.2.23
Reproduction link
github.com
Steps to reproduce
step 1
step 2
or
yarn build && yarn start
What is expected?
DOM style should be
in browser
What is actually happening?
DOM style is still
in browser which is server-side-render result
The text was updated successfully, but these errors were encountered: