You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting error below when serving nativescript-vue application. The error came up after upgrading radlistview from version 8.2.0 to 9.0.2. Any suggestions on how to fix this error?
file: node_modules/nativescript-ui-listview/ui-listview.common.js:65:57: JSERRORTypeError: undefinedisnotaconstructor(evaluating'new _nativescript_core__WEBPACK_IMPORTED_MODULE_0__["Property"]')(CoreFoundation)***Terminatingappduetouncaughtexception'NativeScript encountered a fatal error: TypeError: undefined is not a constructor (evaluating 'new_nativescript_core__WEBPACK_IMPORTED_MODULE_0__["Property"]')
at../node_modules/nativescript-ui-listview/ui-listview.common.js(file: node_modules/nativescript-ui-listview/ui-listview.common.js:65:57)at__webpack_require__(file: src/mobile/webpack/bootstrap:74:0)at../node_modules/nativescript-ui-listview/ui-listview.ios.js(file: node_modules/nativescript-ui-listview/ui-listview.ios.js:1:0)at__webpack_require__(file: src/mobile/webpack/bootstrap:74:0)at../node_modules/nativescript-ui-listview/vue/index.js(file: node_modules/nativescript-ui-listview/vue/index.js:1:0)at__webpack_require__(file: src/mobile/webpack/bootstrap:74:0)
at file: src/mobile/main.native.ts:2:12at./main.native.ts(file:///app/bundle.js:10188:34)at__webpack_require__(file: src/mobile/webpack/bootstrap:74:0)
at file:///app/bundle.js:14477:37at__webpack_require__(file: src/mobile/webpack/bootstrap:74:0)atcheckDeferredModules(file: src/mobile/webpack/bootstrap:43:0)atwebpackJsonpCallback(file: src/mobile/webpack/bootstrap:30:0)atanonymous(file:///app/<…>NativeScriptcaughtsignal6.
Native Stack:
10x110a1c481sig_handler(int)20x7fff522f95fd_sigtramp30x7fff521edf39itoa6440x7fff521e9b7cabort50x7fff500ef858abort_message60x7fff500e0cbfdemangling_unexpected_handler()70x7fff512a1c0b_objc_terminate()80x7fff500eec87std::__terminate(void(*)())90x7fff500f140b__cxa_get_exception_ptr100x7fff500f13d2__cxxabiv1::exception_cleanup_func(_Unwind_Reason_Code,_Unwind_Exception*)110x7fff512a1ad6_objc_exception_destructor(void*)120x1109cf0fdNativeScript::reportFatalErrorBeforeShutdown(JSC::ExecState*,JSC::Exception*,bool)130x110a1d824-[TNSRuntimeexecuteModule:referredBy:]140x10f42ccb3main150x7fff5211c1fdstart160x1
i also got crashed on angular10 + ns70
if you don't use pullToRefresh or other specific features of RadListView, you should try ListView now as i did, it's more smoothly , and not crashing
Hello,
I'm getting error below when serving
nativescript-vue
application. The error came up after upgrading radlistview from version8.2.0
to9.0.2
. Any suggestions on how to fix this error?Radlistview 9.0.2
[email protected]
nativescript-vue
How is radlistview imported:
Thanks for your help!
The text was updated successfully, but these errors were encountered: