dillon1000/react

Commit

Add a failing test for multiple independent boundaries

Now that commits are treated as atomic, it is possible that componentDidMount, componentDidUpdate, or componentWillUnmount threw in multiple places during the commit. We need to make sure we notify all affected boundaries of the first errors in them.
Browse files
Changed paths1 file
First-parent comparison
M src/renderers/shared/stack/reconciler/__tests__/ReactErrorBoundaries-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…