Your React component might have a memory leak, and this is how to fix it.
Which making an API call within a React component, and the component dismounts while waiting for the response, there is a chance of causing a memory leak
But This can be fixed by using the Abort Controller
コメント