Reactive-Extensions / RxJS

The Reactive Extensions for JavaScript
http://reactivex.io
Other
19.49k stars 2.1k forks source link

source.lift is not a function #1545

Closed vadimkorr closed 6 years ago

vadimkorr commented 6 years ago

Facing the issue when using rxjs with Angular 5 issues appears right on starting angular app with "Loading..." on the page

TypeError: source.lift is not a function
at ignoreElementsOperatorFunction (ignoreElements.js:23)
    at Subscriber.ignoreElements (ignoreElements.js:14)
    at eval (effects.es5.js:97)
    at Array.map (<anonymous>)
    at mergeEffects (effects.es5.js:91)
    at SwitchFirstMapSubscriber.resolveEffectSource [as project] (effects.es5.js:115)
    at SwitchFirstMapSubscriber.tryNext (exhaustMap.js:94)
    at SwitchFirstMapSubscriber._next (exhaustMap.js:87)
    at SwitchFirstMapSubscriber.Subscriber.next (Subscriber.js:91)
    at Subject.next (Subject.js:56)

dependencies from package.json

  "dependencies": {
    "@angular/animations": "^5.0.0",
    "@angular/common": "^5.0.0",
    "@angular/compiler": "^5.0.0",
    "@angular/core": "^5.0.0",
    "@angular/forms": "^5.0.0",
    "@angular/http": "^5.0.0",
    "@angular/platform-browser": "^5.0.0",
    "@angular/platform-browser-dynamic": "^5.0.0",
    "@angular/platform-server": "^5.0.0",
    "@angular/router": "^5.0.0",
    "@clr/angular": "^0.11.0",
    "@clr/icons": "^0.11.0",
    "@clr/ui": "^0.11.0",
    "@nguniversal/module-map-ngfactory-loader": "^5.0.0-beta.5",
    "@webcomponents/custom-elements": "^1.0.0",
    "aspnet-prerendering": "^3.0.1",
    "bootstrap": "^3.3.7",
    "core-js": "^2.4.1",
    "rxjs": "5.5.2",
    "zone.js": "^0.8.14"
  }