This problem started just yesterday when I was debugging a React project. It’s a large project I’ve been working on for the past two months, but the freezing issue only began after a few days of not working on it. Strangely, it only occurs with this specific project and not with other Next.js projects I develop.
The freezing occurs only when I hover over a variable or open the console tab, and it does not happen immediately. I have tried reverting to previous versions using Git and accessing the website in incognito/guest mode, but nothing seems to work. The tab flickers and then freezes without displaying any error messages. This is a significant problem for me as I depend on the developer tools for debugging. Thankfully, I can still debug the project using the Brave browser.
I would greatly appreciate any insights on how to resolve this issue. 🙏🏼