-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(typings): relax throttle selector type #3205
Conversation
Let me try to see changes soon. |
This PR appears to no longer be required. |
Whoops. It seems that I'm wrong and Git is smarter than I thought it was. |
Should be rebased, now. |
Generated by 🚫 dangerJS |
* test(throttle): add typings tests * fix(typings): relax throttle selector type Closes ReactiveX#3204 (cherry picked from commit e83fda7)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
Changes the typings for the
throttle
method's selected observable toany
- in line with the typings used for other methods that include selectors for notification observables. E.g.audit
.Related issue (if exists): #3204 (also see PR #3169)