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
Remove the no-arg overload. If not removed, any Observable will be
compatible with any ObservableInput regardless of type - as T does not
appear in the no-arg overload.
ClosesReactiveX#3052
Remove the no-arg overload. If not removed, any Observable will be
compatible with any ObservableInput regardless of type - as T does not
appear in the no-arg overload.
ClosesReactiveX#3052
RxJS version:
RXJS Version: 5.1.0
Code to reproduce:
Expected behavior:
Given code should throw an error as
{broken:"True"}
cannot be converted to anAction
Actual behavior:
No Errors, code compiles fine
Additional information:
If I change the code to:
I get the expected error.
The text was updated successfully, but these errors were encountered: