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
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
Hi. rxjs-jquery does not work with latest RxJS 5 I reckon.
It tries to refer Rx.Disposable.empty and gets Cannot read property 'empty' of undefined cause it's been replaced with Rx.Subscription. Expect to see more errors. Version 5 brought some major API changes.
Please consider providing proper rxjs dependency version. Looking forward to heaving your lib working with rx ver 5.
Best regards
The text was updated successfully, but these errors were encountered:
I am new, but very confused, there isnt any clear documentation about if reactive extensions are supposed to work with the new RxJS 5, and there's absolutely no docs in rxjs 5 about how to use things like jQuery/angular etc
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. rxjs-jquery does not work with latest RxJS 5 I reckon.
It tries to refer
Rx.Disposable.empty
and gets Cannot read property 'empty' of undefined cause it's been replaced with Rx.Subscription. Expect to see more errors. Version 5 brought some major API changes.Please consider providing proper rxjs dependency version. Looking forward to heaving your lib working with rx ver 5.
Best regards
The text was updated successfully, but these errors were encountered: