You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we are able to define the type of the userData object when creating a request/adding it to a request queue, but can't pass a generic to routerInstance.addHandler.
Right now, we are able to define the type of the
userData
object when creating a request/adding it to a request queue, but can't pass a generic torouterInstance.addHandler
.Here is what we have to do right now:
Or this works:
But as a generic to the
addHandler
function it would be better:The text was updated successfully, but these errors were encountered: