floating-vue
floating-vue copied to clipboard
Too many v-tooltips in one page causes a recursive error
Adding too many v-tooltip directives inside one page causes Nuxt to throw the following error:
Uncaught (in promise) Maximum recursive updates exceeded in component <VTooltipDirectiveApp>.
This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself.
Possible sources include component template, render function, updated hook or watcher source function.
I'm getting this issue too, but I'm not using Nuxt, so it's not related to that. It doesn't seem to affect the functionality of the page, from what I can tell. The error is annoying though. Any known workarounds?
@melvinprindustry have you found reason of this issue ? and possible solution
@k-zakhariy, if you don't need more than one tooltip displaying simultaneously, here's a workaround: https://github.com/Akryum/floating-vue/issues/1005#issuecomment-2629480021