feature request
What is the current behavior?
Attempted to update componenttthat has already been unmounted (or failed to mount).
What is the expected behavior?
Attempted to update componentthat has already been unmounted (or failed to mount).
We do not have a component t. It would help if the error message would tell which component.
"react": "15.3.2"
It makes sense that this would be from a minified build of your code, where names would be mangled.
Just like https://github.com/facebook/react/issues/8579, this is likely an issue with your code swallowing the original error first. As a result internal state gets corrupted and you get a weird error later.
That makes sense. Sorry about that guys. I'll try to find out where it happens.
Most helpful comment
It makes sense that this would be from a minified build of your code, where names would be mangled.