Posts by Juliano Pereira Lima • 16 points
1 post
-
0
votes1
answer75
viewsA: Cancel Fetch Using Componentwillunmount in React JS
The problem is that the request is a promise that is not cancellable. There is no specific reference to your request that cancels the promise you made above. One way to do this would be to declare…