N
Nuxt4mo ago
Titan

Supress <Suspense> warning, adds lots of console logs in tests

How do I hide the <Suspense> is an experimental feature and its API will likely change. message in Nuxt 3? When unit testing it appears many times for each test which is pretty frustrating
3 Replies
Serbemas
Serbemas3mo ago
Same here!
JuanP Barba
JuanP Barba3mo ago
Vue.js
Vue.js - The Progressive JavaScript Framework
JuanP Barba
JuanP Barba3mo ago
It can be used to filter out specific warnings to reduce console verbosity. All Vue warnings should be addressed during development, so this is only recommended during debug sessions to focus on specific warnings among many, and should be removed once the debugging is done.