RxJS-DOM - 无法读取未定义的 属性 'AbstractObserver'

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

我刚刚在页面上包含了 RxJS 5.4.0 和 RxJS-DOM 7.0.3,但在控制台中出现了这个错误:

TypeError: Cannot read property 'AbstractObserver' of undefined

请帮忙解决这个错误。

Rx-DOM 与 RxJS 5 不完全兼容。

查看 github 上的公开门票:

要避免此错误,您需要使用 RxJS 4。