You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: