mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
If a ref throws while detaching, it should not prevent componentWillUnmount from being called. Additionally, errors thrown by removeChild should not be ignored, even as the result of unmounting a failed subtree.