I'm having this warning multiple times when i do something in componentWillUnmount. Any solution to this?
Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the code for the undefined component.
I'm having this warning multiple times when i do something in componentWillUnmount. Any solution to this?
Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the code for the undefined component.