React
Can't perform a React state update on an unmounted component
React detected a state update attempt after a component has been unmounted, indicating a memory leak or async issue.
React
React detected a state update attempt after a component has been unmounted, indicating a memory leak or async issue.
Observed message
Can't perform a React state update on an unmounted component.
Why it happens
How to fix it
Official reference
React Docs: Effects and LifecycleRelated errors
Explore more