closeio/use-abortable-effect

Will rerenders (componentDidUpdate) not abort the requests?

x-yuri opened this issue · 0 comments

That's basically it. Effects by default are run after every render. I don't see anything in the code that prevents unexpected aborts from happening.