Is there any way to block the warning?
Vue version
^3.2.37
Link to minimal reproduction
just a question
Steps to reproduce
I don't want to catch, because I just show an error message at the top of the page when I encounter an api error. This is what the global interceptor does. I don't need to deal with api errors in the business code. I just want to block the code behind, so I don't want to catch, but I don't want to see console warningsWhat is expected?
I don't want to see the console warning
What is actually happening?
here is a waning in console
System Info
No response
Any additional comments?
No response