Search code examples
rxjs5rxjs-dom

RxJS-DOM - Cannot read property 'AbstractObserver' of undefined


I've just included RxJS 5.4.0 and RxJS-DOM 7.0.3 on a page and got this error in the console:

TypeError: Cannot read property 'AbstractObserver' of undefined

How can I resolve this error?


Solution

  • Rx-DOM is not fully compatible will RxJS 5.

    See open tickets on github:

    To avoid this error you need to use RxJS 4.