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
RxJS v6.0.0-alpha3 has a problem about main field of package.json.
This problem causes the constructor of Observable imported by require('rxjs') is patched all of operators, and this problem is fixed in #3316.
RxJS version:
v5.5, v6
Code to reproduce:
with v6.0.0-alpha.3:
in v5.5, replace
'rxjs/index'
with'rxjs/Observable'
Expected behavior:
same result
ref. doc/pipeable-operators.md
Actual behavior:
Which is correct, implementation or document?
The text was updated successfully, but these errors were encountered: