React
React unable to find node on an unmounted component
React tried to access a DOM node associated with a component that has already been unmounted, which usually points to stale refs or imperative logic firing too late.
React
React tried to access a DOM node associated with a component that has already been unmounted, which usually points to stale refs or imperative logic firing too late.
Observed message
Unable to find node on an unmounted component.
Why it happens
How to fix it
Official reference
React Docs: Minified React error #188Related errors
Explore more