Closed CarlosManotas closed 3 years ago
if you really need this amount of control why not do the request yourself and then just use getPreviewFromContent
?
Didn't get a response, plus the proposed solution is not so simple since the controller is instanciated per request... On the other hand if you need this amount of control I think it is better to do the request yourself since this is the most trivial part of three library
I'm trying to cancel some requests with the react hook
useEffect
this could be an exampleThe Main problem could be that because in the base code we have this for the
timeout
Maybe a solution can be something like this, We can have a getter for the
controller
Thanks.