Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Cannot see console.log-s in React

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 recompiles I suddenly see everything that I logged before and after the second recompile. It happens across all of my app components.
Even the errors I receive just say where the error is and not what it is. I tried taking out component by component in hopes that the logs will start appearing but the problem persists.

console.log("something")

enter image description here

console.log("something")
console.log("something else")

enter image description here

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Here is a purposely created error to simulate the problem
enter image description here

Hope someone can help.

>Solution :

You have an active filter, remove that and you should be good to go.

Current active filter

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading