KABBOUCHI/vue-tippy

onUnmounted is called when there is no active component instance to be associated with

Opened this issue · 0 comments

I use tippy 6.4.4 and ag-grid lib.
Tippy is used in Ag-Grid cell renderer.

onUnmounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.