-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hello everyone, can you help me please? I have migrated my project to angular 10, and I have an error with the filter-select
***** Fatal JavaScript exception - application has been terminated. *****
NativeScript encountered a fatal error: Uncaught TypeError: layout_base_1.CSSType is not a function
at
(file: node_modules/nativescript-filter-select/filter-select.common.js:663:0)
at ../node_modules/nativescript-filter-select/filter-select.common.js(file: node_modules/nativescript-filter-select/filter-select.common.js:667:1)
at webpack_require(file: src/webpack/bootstrap:816:0)
at fn(file: src/webpack/bootstrap:120:0)
at ../node_modules/nativescript-filter-select/filter-select.js(file: node_modules/nativescript-filter-select/filter-select.ios.js:3:29)
at webpack_require(file: src/webpack/bootstrap:816:0)
at fn(file: src/webpack/bootstrap:120:0)
at ./app/add/cars/add.component.ts(file: src/app/add/cars/add.component.ts:1:0)
at webpack_require(file: src/webpack/bootstrap:816:0)
at fn(file: src/webpack/bootstrap:120:0)
at ./app/app-routing.module.ts(file: src/app/app-routing.module.ts:1:0)
at webpack_require(file: src/webpack/bootstrap:816:0)
at fn(file: src/webpack/bootstrap:120:0)
at ./app/app.module.ts(file: src/app/app.module.ts:1:0)
at webpack_require(file: src/webpack/bootstrap:816:0)
at fn(file: src/webpack/bootstrap:120:0)
at (file:///app/bundle.js:<…>
(CoreFoundation) *** Terminating app due to uncaught exception 'NativeScript encountered a fatal error: Uncaught TypeError: layout_base_1.CSSType is not a function
at
(file: node_modules/nativescript-filter-select/filter-select.common.js:663:0)
at ../node_modules/nativescript-filter-select/filter-select.common.js(file: node_modules/nativescript-filter-select/filter-select.common.js:667:1)
at webpack_require(file: src/webpack/bootstrap:816:0)
at fn(file: src/webpack/bootstrap:120:0)
at ../node_modules/nativescript-filter-select/filter-select.js(file: node_modules/nativescript-filter-select/filter-select.ios.js:3:29)
at webpack_require(file: src/webpack/bootstrap:816:0)
at fn(file: src/webpack/bootstrap:120:0)
at ./app/add/cars/add.component.ts(file: src/app/add/cars/add.component.ts:1:0)
at webpack_require(file: src/webpack/bootstrap:816:0)
at fn(file: src/webpack/bootstrap:120:0)
at ./app/app-routing.module.ts(file: src/app/app-routing.module.ts:1:0)
at webpack_require(file: src/webpack/bootstrap:816:0)
at fn(file: src/webpack/bootstrap:120:0)
at ./app/app.module.ts(file: src/app/app.module.ts:1:0)
at webpack_require(file: src/webpack/bootstrap:816:0)
at fn(file:///app<…>
(RunningBoardServices) [com.apple.runningboard:connection] Identity resolved as application<org.nativescript.consolite>
***** Fatal JavaScript exception - application has been terminated. *****
NativeScript encountered a fatal error: Uncaught TypeError: layout_base_1.CSSType is not a function
regards!