-
Notifications
You must be signed in to change notification settings - Fork 217
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
[Grid] Support RxJS 7 #3314
Comments
Hi guys, I've the same error with DatePickerComponent. Environment:
|
The Kendo UI for Angular components are not yet compatible with RxJS 7. The same is true for Angular 12 for the moment, as noted in angular/angular#41897. The number of breaking changes in RxJS 7 is significant and we can't commit to a specific timeline at the moment. It's not clear yet if we'll be able to retain compatibility with RxJS 6 after addressing all changes. If that turns out to be the case, we'll need to sync with the Angular support policy for RxJS. |
Thanks, @tsvetomir for your feedback. After fixing it our build is green again (except for errors from the kendo grid). |
The Angular team recently updated their peer deps in order to allow using RxJS 7 with Angular 12. |
The `kendo-ui-dateinput-ngcc` and `kendo-ui-grid-ngcc` projects are also marked as failing, because they are not yet compatible with RxJS 7. This is being tracked in telerik/kendo-angular#3314.
The `kendo-ui-dateinput-ngcc` and `kendo-ui-grid-ngcc` projects are also marked as failing, because they are not yet compatible with RxJS 7. This is being tracked in telerik/kendo-angular#3314.
The `kendo-ui-dateinput-ngcc` and `kendo-ui-grid-ngcc` projects are also marked as failing, because they are not yet compatible with RxJS 7. This is being tracked in telerik/kendo-angular#3314.
The `kendo-ui-dateinput-ngcc` and `kendo-ui-grid-ngcc` projects are also marked as failing, because they are not yet compatible with RxJS 7. This is being tracked in telerik/kendo-angular#3314.
we are experiencing the same issues here ( |
Apologies for the delay with that issue. We're rolling out fixes for all components in the development builds. You can give the fixes for the Grid a try:
The rest of the components will follow shortly. We hope to have an official update ready in about a week. |
@tsvetomir |
@destus90 it will support both RxJS 6 and 7, so no breaking changes. |
... still waiting... |
Support for RxJS 7 is available in |
The fix is applied to the latest versions of all packages. Let us know if you still experience issues after updating to the latest versions. |
Describe the bug
Kendo grid errors out on launching angular 12 application with rxjs 7
To Reproduce
<kendo-grid>
component with minimal setup. Copy paste code from https://www.telerik.com/kendo-angular-ui-develop/components/grid/data-binding/Expected behavior
Kendo grid should not error
Screenshots
Browser
Additional context
yarn list --depth 0 | grep -i @angular
yarn list --depth 0 | grep -i @progress
yarn list --depth 0 | grep -i rxjs
The text was updated successfully, but these errors were encountered: