sibiraj-s / ngx-editor

🖋️ Rich Text Editor for angular using ProseMirror
https://sibiraj-s.github.io/ngx-editor/
MIT License
457 stars 191 forks source link

[Bug]: takeUntil import #419

Closed hzorr closed 2 years ago

hzorr commented 2 years ago

What happened?

Hi, im geting this error, when serving an angular project with ngx-editor v13 ./node_modules/ngx-editor/fesm2015/ngx-editor.mjs:1160:34-43 - Error: export 'takeUntil' (imported as 'takeUntil') was not found in 'rxjs'

Version

v13.0

Angular Version

v13.3.11

What browsers are you seeing the problem on?

No response

Link to reproduce

No response

Relevant log output

No response

Willing to submit a PR?

No response

sibiraj-s commented 2 years ago

Try updating to rxjs 7.5 or later

hzorr commented 2 years ago

Thanks for reply, From rxjs manual import should be import { takeUntil } from 'rxjs/operators' , they changed that while ago, I'm not sure they bring that back in 7.5

sibiraj-s commented 2 years ago

Not sure. For now, I hope you can upgrade. will fix this sooner.

sibiraj-s commented 2 years ago

Fixed in v14.2.0

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in the thread.