tnicola / ngx-joyride

Angular Joyride/Tour library
https://tnicola.github.io/ngx-joyride/
MIT License
245 stars 97 forks source link

TypeError: sink._addParentTeardownLogic is not a function #17

Closed fanyak closed 5 years ago

fanyak commented 6 years ago

I get TypeError: sink._addParentTeardownLogic is not a function at ReplaySubject.push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe (Observable.js:26)

when running ngx-joyride with: rxjs -v 6.3.2

Could you help?

tnicola commented 6 years ago

Hi @fanyak , It seems a problem related to the latest version of rxjs. Have you recently upgraded your angular version to 6 with ng update? There's an issue opened in rxjs: https://github.com/ReactiveX/rxjs/issues/4070, it seems an hot topic in these days. Maybe someone has found a solution: https://github.com/ReactiveX/rxjs/issues/4070#issuecomment-419041214. Anyway, I'll check the library to be completely sure.