Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Passage from 3.5.9 to 3.6.1 is not backwards-compatible (causes errors with Angular 5, rxjs < 6)) #126

Open
RozennK opened this issue Nov 6, 2018 · 1 comment

Comments

@RozennK
Copy link

RozennK commented Nov 6, 2018

Hello,

This is too late to change, but a warning in the documentation could be useful: using ngx-select-ex above version 3.5.9 with our Angular 5 application breaks the application, with hard-to-interpret errors in the console. For example, using version 3.6.1:

ERROR TypeError: Object(...) is not a function
at NgxSelectComponent.optionsFilteredFlat (ngx-select-ex.js:399)
at NgxSelectComponent.navigateOption (ngx-select-ex.js:418)
at CombineLatestSubscriber.eval [as project] (ngx-select-ex.js:287)
at CombineLatestSubscriber._tryProject (combineLatest.js:140)
at CombineLatestSubscriber.notifyNext (combineLatest.js:130)
at InnerSubscriber._next (InnerSubscriber.js:23)
at InnerSubscriber.Subscriber.next (Subscriber.js:90)
at BehaviorSubject._subscribe (BehaviorSubject.js:28)
at BehaviorSubject.Observable._trySubscribe (Observable.js:172)
at BehaviorSubject.Subject._trySubscribe (Subject.js:97)
at BehaviorSubject.Observable.subscribe (Observable.js:160)
at Object.subscribeToResult (subscribeToResult.js:23)
at CombineLatestSubscriber._complete (combineLatest.js:112)
at CombineLatestSubscriber.Subscriber.complete (Subscriber.js:115)
at ArrayObservable._subscribe (ArrayObservable.js:116)

@optimistex
Copy link
Owner

@RozennK I assume I can release 3.5.10 version with your notices. I think it should work

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

No branches or pull requests

2 participants