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
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.
The text was updated successfully, but these errors were encountered:
Adding too many v-tooltip directives inside one page causes Nuxt to throw the following error:
The text was updated successfully, but these errors were encountered: