-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
Description
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 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