This problem has been exist for a long time. in this repo,it just freeze for few seconds, but in another repo, it will freeze 1~2 minutes. And i used devtool's feedback several months ago, and it has no response. reproduce steps: 1. Download this repo [default.zip](https://github.com/user-attachments/files/16278080/default.zip) 2. execute `pnpm install` then when it's done execute `pnpm run dev` 3. open browser and goto `http://localhost:5173` and open `devtools` 4. Open devtools' setting and Disable `Ignore List` <img width="635" alt="image" src="https://github.com/user-attachments/assets/5934cea4-1850-4ec8-b42d-8f6f0a9df52f"> 5. refresh page and there will have a error like this <img width="606" alt="image" src="https://github.com/user-attachments/assets/1c271b0b-a226-468b-987b-9757d9f7dbb8"> 6. click warning.js and add a breakpoint on this line 7. re-open devtools and refresh page immediately. The DevTool will hang for seconds. AB#52586880