Skip to content

Commit

Permalink
test: Stop ignoring proptype warnings
Browse files Browse the repository at this point in the history
The previous commits fix all of them.
  • Loading branch information
martinpitt committed Oct 19, 2023
1 parent 009c75e commit 60e36c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/common/testlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,6 @@ def login_and_go(self, path: Optional[str] = None, user: Optional[str] = None, h
default_allowed_console_errors = [
# HACK: Fix these ASAP, these are major bugs
"Warning: validateDOMNesting.*cannot appear as a",
"Warning: Failed.*type.*prop Invalid prop",
"Warning: React does not recognize the.*prop on a DOM element",
"Warning: .*prop on .* should not be null",
# HACK: These should be fixed, but debugging these is not trivial, and the impact is very low
Expand Down

0 comments on commit 60e36c6

Please sign in to comment.