We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1ed3e commit aed1daaCopy full SHA for aed1daa
1 file changed
tns-core-modules/ui/styling/style-scope.ts
@@ -97,7 +97,8 @@ class CSSSource {
97
}
98
99
} catch (e) {
100
- traceWrite(`Could not load CSS from ${uri}: ${e}`, traceCategories.Error, traceMessageType.error);
+ // TODO: Commented as this prints error in playground: https://github.com/NativeScript/NativeScript/issues/7497
101
+ // traceWrite(`Could not load CSS from ${uri}: ${e}`, traceCategories.Error, traceMessageType.error);
102
103
104
return CSSSource.fromFile(appRelativeUri, keyframes);
0 commit comments