modbender / nuxt-snackbar

A Nuxt Snackbar/Toast Implementation independent of CSS framework
https://nuxt.com/modules/snackbar
MIT License
19 stars 6 forks source link

Hydration node mismatch warning upon installation #10

Closed jocsonlouie closed 11 months ago

jocsonlouie commented 11 months ago

Hi! For some reason, when I installed this on my project, I got a lot of these Vue Warning messages. The warnings only appear if I install this repo. I'm wondering if you might know the solution. I'm using nuxt 3 and vuetify 3 btw. Thanks!

image
modbender commented 11 months ago

Hey @jocsonlouie The error doesn't seem to be coming from Snackbar. Because if it was, then NuxtSnackbar would have been one of the elements shown in that list.

In the Hydration message it clearly says Client vnode: input

jocsonlouie commented 11 months ago

That's really weird because when I remove the Snackbar repo, the warnings disappear. I'll keep investigating to see what's causing this behavior. Thanks a lot for your help!

modbender commented 11 months ago

Sure, you can reopen this issue anytime.