Akryum / floating-vue

💬 Easy tooltips, popovers, dropdown, menus... for Vue
https://floating-vue.starpad.dev/
MIT License
3.28k stars 335 forks source link

@vue/compat deprecation WATCH_ARRAY warning about VPopper #962

Open pochern opened 1 year ago

pochern commented 1 year ago

Using floating-vue for tooltip, this warning is showing up with @vue/compat package in the vue project.

image
mateuswetah commented 1 year ago

Also seeing this on my console. I guess it appears only for those migrating from Vue2 to Vue3 who are using the vue-compat package. I also see another warning: image

mateuswetah commented 1 year ago

@Akryum, would you have the opportunity to accept the proposed pull request and take a look at the RENDER_FUNCTION?