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
Current implementations of takeUntil and skipUntil accept Promise values as parameters which is problematic given their eager nature. Instead, we should look into the following overloads which support AsyncIterator as well as () => Promise<any>.
IxJS version: 2.x
Code to reproduce:
Expected behavior:
Actual behavior:
Additional information:
Current implementations of
takeUntil
andskipUntil
acceptPromise
values as parameters which is problematic given their eager nature. Instead, we should look into the following overloads which supportAsyncIterator
as well as() => Promise<any>
.The text was updated successfully, but these errors were encountered: