Hiyall,
Кажется, что мое приложение случайно падает, когда оно пытается применить некоторые наборы правил CSS после рендеринга нового представления. Как это возможно?
Проверено на Android и iOS. Кажется, это происходит только на устройствах iOS.
Завершение работы приложения из-за необработанного исключения 'NativeScript обнаружил
фатальная ошибка: TypeError: undefined не является объектом (оценка
'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
)
Есть идеи?