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

Beware of flatMap exported from rxjs/add/operator/mergeMap #21

Closed
watiko opened this issue Nov 26, 2017 · 1 comment
Closed

Beware of flatMap exported from rxjs/add/operator/mergeMap #21

watiko opened this issue Nov 26, 2017 · 1 comment
Labels

Comments

@watiko
Copy link

watiko commented Nov 26, 2017

https://github.com/ReactiveX/rxjs/blob/master/src/add/operator/mergeMap.ts#L6

When I use flatMap instead of mergeMap still needs import 'rxjs/add/operator/mergeMap'.
However I got following error.

Unused patched operator in ./src/rxjs.imports.ts: mergeMap
@cartant cartant added the bug label Nov 26, 2017
@cartant
Copy link
Owner

cartant commented Nov 27, 2017

Should be fixed in 3.1.3.

@cartant cartant closed this as completed Nov 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants