Open
Bug 1498154
Opened 7 years ago
Updated 3 years ago
Detect devtools React warnings when running tests
Categories
(DevTools :: General, enhancement, P3)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
To see React warnings in DevTools, you need to build with the following option:
ac_add_options --enable-debug-js-modules
This was initially under the regular debug flag, but we split it after the following RFC:
https://github.com/devtools-html/rfcs/issues/36
The goal of this bug is to see if we detect React warnings on try. To do so we would need to:
- set `ac_add_options --enable-debug-js-modules` for some try builds
- find a way to fail tests when a warning is generated by React.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•