gaearon/react-side-effect
View on GitHubReact v16: Error during mount causes instance to never be removed from mountedInstances
Open
#40 opened on Oct 9, 2017
help wanted
Repository metrics
- Stars
- (1,214 stars)
- PR merge metrics
- (PR metrics pending)
Description
I'm guessing componentWillUnmount isn't called. Would a fix be to listen to componentDidCatch, splice the array as in componentWillUnmount and then rethrow the error?