Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[18.0.1] - Error: export 'takeUntil' (imported as 'takeUntil$1') was not found in 'rxjs' #195

Open
mddifilippo89 opened this issue Jun 12, 2024 · 2 comments

Comments

@mddifilippo89
Copy link
Contributor

igniteui-angular package version 18.0.1

./node_modules/igniteui-angular/fesm2022/igniteui-angular.mjs:99603:59-70 - Error: export 'takeUntil' (imported as 'takeUntil$1') was not found in 'rxjs' (possible exports: ArgumentOutOfRangeError, AsyncSubject, BehaviorSubject, ConnectableObservable, EMPTY, EmptyError, GroupedObservable, NEVER, Notification, NotificationKind, ObjectUnsubscribedError, Observable, ReplaySubject, Scheduler, Subject, Subscriber, Subscription, TimeoutError, UnsubscriptionError, VirtualAction, VirtualTimeScheduler, animationFrame, animationFrameScheduler, asap, asapScheduler, async, asyncScheduler, bindCallback, bindNodeCallback, combineLatest, concat, config, defer, empty, forkJoin, from, fromEvent, fromEventPattern, generate, identity, iif, interval, isObservable, merge, never, noop, observable, of, onErrorResumeNext, pairs, partition, pipe, queue, queueScheduler, race, range, scheduled, throwError, timer, using, zip)

@dobromirts
Copy link

Resolved in package version 18.0.6

@Masa8500
Copy link

Masa8500 commented Feb 13, 2025

I have the same problem. At first I update the @infragistics/igniteui-angular -package to newest 17 version and i got the same error (different line number) Then i updated to newest 18 version i still get the error. I removed the node_modules folder, deleted the package-lock.json -file and installed npm packages again and it did not help.

Here is the error:
./node_modules/@infragistics/igniteui-angular/fesm2022/infragistics-igniteui-angular.mjs:82096:92-103 - Error: export 'takeUntil' (imported as 'takeUntil$1') was not found in 'rxjs' (possible exports: ArgumentOutOfRangeError, AsyncSubject, BehaviorSubject, ConnectableObservable, EMPTY, EmptyError, GroupedObservable, NEVER, Notification, NotificationKind, ObjectUnsubscribedError, Observable, ReplaySubject, Scheduler, Subject, Subscriber, Subscription, TimeoutError, UnsubscriptionError, VirtualAction, VirtualTimeScheduler, animationFrame, animationFrameScheduler, asap, asapScheduler, async, asyncScheduler, bindCallback, bindNodeCallback, combineLatest, concat, config, defer, empty, forkJoin, from, fromEvent, fromEventPattern, generate, identity, iif, interval, isObservable, merge, never, noop, observable, of, onErrorResumeNext, pairs, partition, pipe, queue, queueScheduler, race, range, scheduled, throwError, timer, using, zip)

I am pretty sure that that at the moment igniteui-angular is not compatible with rxjs < 7 -version.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants