Add a Error boundary Component for the Debugger panel
Categories
(DevTools :: Debugger, enhancement, P3)
Tracking
(firefox94 fixed)
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy, NeedInfo)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
From: https://reactjs.org/docs/error-boundaries.html
Error boundaries are React components that catch JavaScript errors anywhere in their child component tree, log those errors, and display a fallback UI instead of the component tree that crashed. Error boundaries catch errors during rendering, in lifecycle methods, and in constructors of the whole tree below them.
It'll be nice to add one for the debugger panel as we do for the
Network Panel in Bug 1660435
Console Panel in Bug 1675762
Comment 1•4 years ago
|
||
Thank you for reporting this Bomsy!
Do you think it could be good first bug?
Honza
Assignee | ||
Comment 2•4 years ago
|
||
Might not be a good first bug but might be a great second bug for someone slightly a bit familiar.
Assignee | ||
Comment 3•4 years ago
|
||
Hey Cody,
Would you be interested in looking at this, if you have time? If not that's ok.
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D126038
Updated•3 years ago
|
Comment 6•3 years ago
|
||
bugherder |
Description
•