-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report][3.0.0-beta.4] VOverlay SSR hydration errors #15323
Comments
Works for me. |
yep, I found what problem. You should use keepalive |
https://gitlab.com/BlackYuzia/nuxt-vuetify/-/tree/bug-tracker UPD: You should run repo with Check this repo @KaelWD |
Wait a bit, I test again... locally I get this bug, on production no... Oh, I found why, on production I run app by If you run build from repo above with dev mode UPD: Also, in local tests with |
ok, then I mistake 👀 So, this bug on SSR side? |
Is there a workaround? |
Thanks for the fix! In the demo, it looks like it is solved. But if you use layouts and pages in nuxt3, the same problem appears again (and duplicates the buttons next to the v-menu in the toolbar - but also appears when using v-dialog). @KaelWD could you please reopen this issue until it is fully fixed? Here is the reproduction link: |
This comment was marked as off-topic.
This comment was marked as off-topic.
Related: #15951 |
This bug is appearing when I am trying to run the SSR application (Nuxt3 + Vuetify3) in iOS v14 screens. The |
For me, |
It appens also on the v-select. |
@KaelWD I'm still having this exact same issue with VOverlay on the latest version of Nuxt (3.2.2) and Vuetify (3.1.5).
|
Happening on v-menu as well on version 3.18 I wonder why this is closed |
We kindly ask users to not comment on closed/resolved issues. If you believe that this issue has not been correctly resolved, please create a new issue showing the regression or create a new discussion. If you have any questions, please reach out to us in our Discord community. |
* [JL] move helpers to utils and use Nuxt auto-import * [JL] fix eslint errors, make eslint mandatory * [JL] run eslint again * [JL] fix redirection bug * [JL] fix admin navigation (Vuetify v-tooltip and v-select are inherently broken) vuetifyjs/vuetify#15323 * [JL] fix name conflicts between mycourse and course utils
Environment
Vuetify Version: 3.0.0-beta.4
Vue Version: 3.2.37
Browsers: Chrome 102.0.0.0
OS: Windows 10
Steps to reproduce
Expected Behavior
Hover and overlays work's fine inside v-for
Actual Behavior
Hover didn't work, you get errors in console, also overlay didn't display.
Reproduction
Screenshots
This work's for one element / card.
This breaks for a few elements in v-for
PS: I a bit sleepy, I make a reproduce link a bit later.
The text was updated successfully, but these errors were encountered: