Skip to content
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

Problem with rxjs in last days? #2977

Closed
montella1507 opened this issue Oct 19, 2017 · 11 comments
Closed

Problem with rxjs in last days? #2977

montella1507 opened this issue Oct 19, 2017 · 11 comments

Comments

@montella1507
Copy link

montella1507 commented Oct 19, 2017

Hello i would like to ask you for help, because it could be a bug in rxjs?

My switchMap operator does not behave as it behaved 2 days ago (only node_modules reinstalled yesterday):
angular/angular#19799 (Minimal reproduction repo included.)

Thank you for your answer.

@TomasRup
Copy link

Same here. We were using "^5.4.1", changed to "5.4.1", now it works.

@montella1507
Copy link
Author

I will try to pin version to 5.4.3 (we have ^5.4.3 in package.json ) so we may have installed version 5.5.0 and there may be bugs...

@montella1507
Copy link
Author

montella1507 commented Oct 19, 2017

I can propably confirm it works with version < 5.5.0 .. with 5.5.0 even the primitive Observable.of(value).switchMap(data=>..) doesn't work..

But let me try it again to be 100% sure.

Any author here?

@montella1507
Copy link
Author

OK. i can confirm.

< 5.5.0 works
5.5.0 errors in rxjs namespace

@stas-kh
Copy link

stas-kh commented Oct 19, 2017

Guys, we have the same problem with 'forkJoin' in our app that uses Angular 4 and RxJS.
We fixed the version 5.4.3 in package.json as a temporary fix.

@evestraw
Copy link

i think 5.5.0 should be released as 6.0.0 because of breaking changes

@montella1507
Copy link
Author

Yeah.. that is the one of the biggest problems of NPM+javascript...

  1. Source-code distributed submodules of submodules of...
  2. No idea about semver of developers
  3. Range versions
    :-(

It tooks 50% of developing time on fixing bugs in dependencies..

@jayphelps
Copy link
Member

jayphelps commented Oct 20, 2017

Hey all, I'm not a maintainer, but could someone include the text of the error they are actually getting? angular/angular#19799 doesn't include the error either.

@benlesh
Copy link
Member

benlesh commented Oct 21, 2017

These are unforeseen breaking changes, and they will be fixed. This issue appears to be a duplicate of #2984.

I can see a lot of people are frustrated, my sincere apologies for any problems this may have created. If you hit this issue for now just pin to 5.4.

I'm closing this as a duplicate, but rest assured we will fix it.

@benlesh benlesh closed this as completed Oct 21, 2017
@montella1507
Copy link
Author

Your work is very appreciated. Thank you.

@lock
Copy link

lock bot commented Jun 6, 2018

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.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants