Bug 1660435 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

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 would be great to have such component in the Network panel. It could help to with bugs where the entire panel goes blank, like e.g. this one:
* Bug 1659127 - Network tab goes blank

Honza
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 would be great to have such component in the Network panel. It could help to with bugs where the entire panel goes blank, like e.g. this one:
* Bug 1659127 - Network tab goes blank

The component could render:
* The error stack + description
* Some instructions about how to file a bug (and copy the error)
* Link to bugzilla new bug (in the Network component) page

Honza

Back to Bug 1660435 Comment 0