Hiyall,
似乎我的应用在呈现新视图后尝试应用某些CSS规则集时随机崩溃。这怎么可能?
在Android和iOS上均经过测试。这似乎只发生在iOS设备上。
由于未捕获的异常而终止应用程序'NativeScript遇到了 致命错误:TypeError:未定义不是对象(正在评估 'selector.ruleset.declarations')
*** JavaScript call stack:
(
0 UIApplicationMain@[native code]
1 _start@file:///app/vendor.js:27914:22
2 run@file:///app/vendor.js:27956:9
3 $start@file:///app/vendor.js:21043:18
4 @file:///app/bundle.js:28955:14
5 ./main.js@file:///app/bundle.js:28971:34
6 __webpack_require__@file:///app/bundle.js:76:34
7 checkDeferredModules@file:///app/bundle.js:45:42
8 @file:///app/bundle.js:149:38
9 anonymous@file:///app/bundle.js:150:12
10 evaluate@[native code]
11 moduleEvaluation@:1:11
12 promiseReactionJob@:1:11
13 require@[native code]
14 anonymous@file:///app/starter.js:2:8
15 evaluate@[native code]
16 moduleEvaluation@:1:11
17 promiseReactionJob@:1:11
)
有什么想法吗?