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
The TypeScript types for Agent.prototype.onEnqueuedNextState() define the method's return type as Subscription but at runtime I'm observing undefined instead. Is there no ways to unsubscribe from enqueued next state events or is this a bug and a subscription can be made to be returned at runtime?
The text was updated successfully, but these errors were encountered:
The TypeScript types for
Agent.prototype.onEnqueuedNextState()
define the method's return type asSubscription
but at runtime I'm observingundefined
instead. Is there no ways to unsubscribe from enqueued next state events or is this a bug and a subscription can be made to be returned at runtime?The text was updated successfully, but these errors were encountered: