Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin throws console warning when using Vue 3 in compat mode #110

Open
daronspence opened this issue Oct 29, 2024 · 0 comments
Open

Plugin throws console warning when using Vue 3 in compat mode #110

daronspence opened this issue Oct 29, 2024 · 0 comments

Comments

@daronspence
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant