vite-plugin-vue-inspector icon indicating copy to clipboard operation
vite-plugin-vue-inspector copied to clipboard

Plugin throws console warning when using Vue 3 in compat mode

Open daronspence opened this issue 1 year ago • 0 comments

Stackblitz demo: https://stackblitz.com/edit/vitejs-vite-v9go51?file=vite.config.js

Open your browser devtools to see the warning in the console.

I believe this is due to how the app is booted in load.js and referencing the global render function.

Is there a way to suppress this warning from within the plugin so as to not surface it to the users application? I spent an hour trying to figure out what in my application was using a render function until I eventually traced it back to this plugin.

daronspence avatar Oct 29 '24 15:10 daronspence