-
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(debounce): support scalar selectors #3236
Conversation
Generated by 🚫 dangerJS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Coverage decreased? That seems weird. |
it sometimes occurs with those threshold, calculation is not always accurate. |
Thanks again, @cartant! Don't worry about a 0.03% drop in coverage, it's probably just some math that's not in your favor, not necessarily a missed execution path or something. |
* test(debounce): add failing scalar selector test * fix(debounce): support scalar selectors Closes ReactiveX#3232 * test(debounce): rename and comment test (cherry picked from commit 1548393)
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:
Adds a failing test and then fixes
debounce
so that selectors returning scalar observables are supported.Related issue (if exists): #3232