隐藏Chrome开发者控制台中包含特定字词的错误

时间:2017-12-21 19:34:43

标签: google-chrome google-chrome-devtools google-chrome-console

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

enter image description here

enter image description here

这会污染我的开发者控制台。我想通过这个词隐藏它们将是最好的。我尝试在SO上添加一些正则表达式模式,例如this one,过滤器,但它们似乎隐藏了所有错误。如何用“props.style”隐藏错误?

1 个答案:

答案 0 :(得分:1)

使用negative filter-props.style

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