dillon1000/react
Commit
Browse files 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.
Changed paths1 file
First-parent comparisonsrc/renderers/shared/stack/reconciler/__tests__/ReactErrorBoundaries-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…