ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

The nativescript-ui-calendar/angular: crashes #1467

Open petrfalkov opened 3 years ago

petrfalkov commented 3 years ago

Platform

Android

Versions

How to recreate the issue

  1. npm i nativescript-ui-calendar
  2. import to app.module.ts and add to imports in @NgModule
  3. tns run android

Error

System.err: TypeError: _nativescript_core__WEBPACK_IMPORTED_MODULE_0__.Property is not a constructor System.err: File: (file:///node_modules/nativescript-ui-calendar/ui-calendar.common.js:283:0) System.err: System.err: StackTrace: System.err: ../node_modules/nativescript-ui-calendar/ui-calendar.common.js(file:///node_modules/nativescript-ui-calendar/ui-calendar.common.js:283:0) System.err: at __webpack_require__(file:///src/webpack/bootstrap:750:0) System.err: at fn(file:///src/webpack/bootstrap:120:0) System.err: at (file:///node_modules/nativescript-ui-calendar/ui-calendar.js:1:0) System.err: at ../node_modules/nativescript-ui-calendar/ui-calendar.js(file:///data/data/org.nativescript.sharpy/files/app/vendor.js:157794:30) System.err: at __webpack_require__(file:///src/webpack/bootstrap:750:0) System.err: at fn(file:///src/webpack/bootstrap:120:0) System.err: at ../node_modules/nativescript-ui-calendar/angular/fesm2015/nativescript-ui-calendar-angular.js(file:///node_modules/nativescript-ui-calendar/angular/fesm2015/nativescript-ui-calendar-angular.js:1:0) System.err: at __webpack_require__(file:///src/webpack/bootstrap:750:0) System.err: at fn(file:///src/webpack/bootstrap:120:0) System.err: at ./app/app.module.ts(file:///src/app/app.module.ts:1:0) System.err: at __webpack_require__(file:///src/webpack/bootstrap:750:0) System.err: at fn(file:///src/webpack/bootstrap:120:0) System.err: at (file:///data/data/org.nativescript.sharpy/files/app/bundle.js:858:73) System.err: at ./main.ts(file:///data/data/org.nativescript.sharpy/files/app/bundle.js:924:30) System.err: at __webpack_require__(file:///src/webpack/bootstrap:750:0) System.err: at checkDeferredModules(file:///src/webpack/bootstrap:43:0) System.err: at webpackJsonpCallback(file:///src/webpack/bootstrap:30:0) System.err: at (file:///data/data/org.nativescript.sharpy/files/app/bundle.js:2:57) System.err: at require(:1:266) System.err:

UPDATE:

Calendar version 6.0.1 - works