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
Run the node app.js or npm run start. I have made wrong variable reference in template with counts instead of count. So it should trigger warning logs in server terminal.
What is expected?
When we applied app.config.warnHandler = function() {}; to suppress warning code. All warning logs should be hidden in SSR.
What is actually happening?
The [Vue warn] logs are still showing.
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
Vue version
3.4.37
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-jahlyn?file=app.js
Steps to reproduce
Run the
node app.js
ornpm run start
. I have made wrong variable reference in template withcounts
instead ofcount
. So it should trigger warning logs in server terminal.What is expected?
When we applied
app.config.warnHandler = function() {};
to suppress warning code. All warning logs should be hidden in SSR.What is actually happening?
The [Vue warn] logs are still showing.
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: