为什么 Chrome 中的 "console.log" 不在本地主机页面上打印任何内容?

Why doesn't "console.log" in Chrome print anything on the localhost page?

我在客户端使用 Typescript 和 React,在服务器端使用 C# 和 ASP.Net Core,在 IDE 使用 JetBrains Rider。今天突然函数 "console.log()" 没有在开发页面(本地主机)上打印任何内容(example ).但在其他页面上它照常工作 (example)。可能是什么?

问题出在IDE,我重新安装了它,现在错误消失了。