I can't remember when it started happening but basically as the title says I can't see console.log
-s on my app but the states are getting updated because the app is working properly. And then if I update something in the code anything at all and the app repiles I suddenly see everything that I logged before and after the second repile. It happens across all of my app ponents.
Even the errors I receive just say where the error is and not what it is. I tried taking out ponent by ponent in hopes that the logs will start appearing but the problem persists.
console.log("something")
console.log("something")
console.log("something else")
Here is a purposely created error to simulate the problem
Hope someone can help.
I can't remember when it started happening but basically as the title says I can't see console.log
-s on my app but the states are getting updated because the app is working properly. And then if I update something in the code anything at all and the app repiles I suddenly see everything that I logged before and after the second repile. It happens across all of my app ponents.
Even the errors I receive just say where the error is and not what it is. I tried taking out ponent by ponent in hopes that the logs will start appearing but the problem persists.
console.log("something")
console.log("something")
console.log("something else")
Here is a purposely created error to simulate the problem
Hope someone can help.
Share Improve this question asked Jan 14, 2022 at 11:03 Stjepan SutonStjepan Suton 1231 gold badge1 silver badge6 bronze badges3 Answers
Reset to default 4You have an active filter, remove that and you should be good to go.
Current active filter
You have the console filter set
Check the console filters.
For some reason it happens like this...