RxJS version: 6.0.0
Code to reproduce:
const winner = of(1).pipe(race(of(2)));
Expected behavior:
I expected a TSLint deprecation warning, as the race operator has a namesake observable factory function.
Actual behavior:
No warning is effected.
Additional information:
The other operators that have namesake observable factory functions (concat, merge, etc.) are deprecated, but race is not.
Yes. It should be deprecated. Thanks for catching that.
I'll work on a PR for this!
Closed by #3611.
Most helpful comment
I'll work on a PR for this!