隐藏来自 Chrome 开发者控制台的特定单词的错误

Hide errors containing a specific word from Chrome developer console

我需要隐藏一些错误(包含 "props.style"):

污染了我的开发者控制台。我认为用这个词隐藏它们是最好的。我尝试在过滤器上添加一些正则表达式模式,例如 this one,但它们似乎隐藏了 all 错误。如何只隐藏其中带有 "props.style" 的错误?

使用negative filter-props.style

正则表达式也有效:-/props\.style/