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
One of the notable improvements of v3.6 was that Vuetify could be used in SSR. The long-lived layout issue #15202 bothering many Nuxt users was fixed. But with the revert 08c3d4f, we can no longer turn on SSR which causes layout flicking. Although pin Vuetify in v3.6 would be a workaround, important updates in the future will be missed.
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 3.7.0
Last working version: 3.6.15
Vue Version: 3.4.38
Browsers: Edge 127.0.0.0
OS: Windows 10
Steps to reproduce
Refresh the page with SSR on. See the layout flickering
Expected Behavior
Actual Behavior
Reproduction Link
https://stackblitz.com/edit/github-fi3r47-1zsu4a
Other comments
One of the notable improvements of v3.6 was that Vuetify could be used in SSR. The long-lived layout issue #15202 bothering many Nuxt users was fixed. But with the revert 08c3d4f, we can no longer turn on SSR which causes layout flicking. Although pin Vuetify in v3.6 would be a workaround, important updates in the future will be missed.
The text was updated successfully, but these errors were encountered: