icon
icon copied to clipboard
Icon in parent page makes setup script runs twice when child route. (Hydration node mismatch)
Icon in parent page makes setup script runs twice when child route.
Reproduction https://stackblitz.com/edit/github-dgdjfn-hhmxav?file=pages/[username]/index/posts.vue
(If I remove Icon component, It works properly)
I'd appreciate it if you could tell me how to solve it.
I think it's a critical issue. When can it be modified?
Currently, I show it only when the pending value of lazyFetch is true,
or I am detouring it with the ClientOnly
tag.
Is there a better solution?
I have the same warning, and it is not found everywhere
I get it when I render a component next to it