Subscribe on changes!

Is there any way to block the warning?

avatar
Aug 22nd 2022

Vue version

^3.2.37

Link to minimal reproduction

just a question

Steps to reproduce

image image image 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 warnings

What 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

avatar
Aug 22nd 2022

No, warnings for problems will not be optional. Not catching this error is a bad idea.