Skip to content

Commit aed1daa

Browse files
Alexander VakrilovSvetoslavTsenov
authored andcommitted
fix: Missing app.css error in playground (#7499)
1 parent eb1ed3e commit aed1daa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tns-core-modules/ui/styling/style-scope.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ class CSSSource {
9797
}
9898
}
9999
} catch (e) {
100-
traceWrite(`Could not load CSS from ${uri}: ${e}`, traceCategories.Error, traceMessageType.error);
100+
// 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);
101102
}
102103

103104
return CSSSource.fromFile(appRelativeUri, keyframes);

0 commit comments

Comments
 (0)