@progress/kendo-angular-common 24.2.2-develop.1 → 24.2.2-develop.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -650,6 +650,9 @@ class ResizeCompatService extends ResizeService {
650
650
  }
651
651
  render() {
652
652
  const element = this.element?.nativeElement;
653
+ if (!element) {
654
+ return;
655
+ }
653
656
  applyStyles(element, WRAP_STYLES);
654
657
  element.setAttribute('dir', 'ltr');
655
658
  this.expand = div(WRAP_STYLES);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-common",
3
- "version": "24.2.2-develop.1",
3
+ "version": "24.2.2-develop.10",
4
4
  "description": "Kendo UI for Angular - Utility Package",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,7 +23,7 @@
23
23
  "@progress/kendo-common": "^1.0.1",
24
24
  "@progress/kendo-draggable": "^3.0.2",
25
25
  "tslib": "^2.3.1",
26
- "@progress/kendo-angular-schematics": "24.2.2-develop.1"
26
+ "@progress/kendo-angular-schematics": "24.2.2-develop.10"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"