-
Notifications
You must be signed in to change notification settings - Fork 202
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
Error when using @select and Async pipe (Angular 6 / with rxjs-compat) #542
Comments
I am facing the same issue |
I have the same problem. Is there some decision for this problem? core.js:1673 ERROR TypeError: Observable_1.Observable.from is not a function package.json |
I have same issue with all versions of rxjs . |
hey guys check this out. I found the solution here |
same issue I am facing. |
This is a...
Environment
NodeJS Version: 5.6.0
Typescript Version: ~2.7.2
Angular Version: ^6.1.0
@angular-redux/store version: (ng2-redux) : ^5.1.2
@angular/cli version: (if applicable) : 6.1.5
Stack Trace/Error Message:
ERROR TypeError: Observable_1.Observable.from is not a function
at SwitchMapSubscriber.project (ng-redux.js:71)
at SwitchMapSubscriber.push../node_modules/rxjs/_esm5/internal/operators/switchMap.js.SwitchMapSubscriber._next (switchMap.js:35)
at SwitchMapSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next (Subscriber.js:55)
at FilterSubscriber.push../node_modules/rxjs/_esm5/internal/operators/filter.js.FilterSubscriber._next (filter.js:38)
at FilterSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next (Subscriber.js:55)
at BehaviorSubject.push../node_modules/rxjs/_esm5/internal/BehaviorSubject.js.BehaviorSubject._subscribe (BehaviorSubject.js:22)
at BehaviorSubject.push../node_modules/rxjs/_esm5/internal/Observable.js.Observable._trySubscribe (Observable.js:42)
at BehaviorSubject.push../node_modules/rxjs/_esm5/internal/Subject.js.Subject._trySubscribe (Subject.js:89)
at BehaviorSubject.push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe (Observable.js:28)
at FilterOperator.push../node_modules/rxjs/_esm5/internal/operators/filter.js.FilterOperator.call (filter.js:15)
The text was updated successfully, but these errors were encountered: