vite-plugin-vue-inspector
vite-plugin-vue-inspector copied to clipboard
Plugin throws console warning when using Vue 3 in compat mode
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.