-
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
Probable regression in ajax.getJSON after updating to 5.0.0-beta.11 #1874
Comments
It seems it's due to 7a77437#diff-f80ecdc9803b338b8f47819f25b3a721R89, I'll try to update implementation, meanwhile import |
@zavan , changes are checked in in master. You can verify behavior using master, or either wait next release published. Thanks for catching out issue! |
@kwonoj Cool! Thank you for fixing it. |
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. |
RxJS version:
5.0.0-beta.11
Code to reproduce:
Expected behavior:
AjaxObservable { _isScalar: false, request: Object }
Actual behavior:
Uncaught (in promise) TypeError: (intermediate value).map is not a function(… ) in ajaxGetJSON
Additional information:
This is probably a regression caused by this commit: 7a77437
Introduced in 5.0.0-beta.11, since it works fine if I downgrade to 5.0.0-beta.10.
I'm using rxjs with redux-observable, if that makes any difference.
The text was updated successfully, but these errors were encountered: