beta.3 #44
Annotations
8 errors
build
Type '{ display: string; flexDirection: string; gap: string; }' is missing the following properties from type 'CSSStyleDeclaration': accentColor, alignContent, alignItems, alignSelf, and 476 more.
|
build
Type '{ fontSize: string; }' is missing the following properties from type 'CSSStyleDeclaration': accentColor, alignContent, alignItems, alignSelf, and 478 more.
|
build
Type '{ display: string; flexDirection: string; gap: string; fontSize: string; }' is missing the following properties from type 'CSSStyleDeclaration': accentColor, alignContent, alignItems, alignSelf, and 475 more.
|
build
Type '{ display: string; flexDirection: string; gap: string; fontSize: string; }' is not assignable to type 'CSSStyleDeclaration'.
|
build
Type '{ color: string; } | { color: string; fontSize: string; fontWeight: string; }' is not assignable to type 'CSSStyleDeclaration | undefined'.
|
build
Type '{ display: string; flexDirection: string; gap: string; }' is missing the following properties from type 'CSSStyleDeclaration': accentColor, alignContent, alignItems, alignSelf, and 476 more.
|
build
Type '{ textTransform: string; fontWeight: string; }' is missing the following properties from type 'CSSStyleDeclaration': accentColor, alignContent, alignItems, alignSelf, and 477 more.
|
build
Process completed with exit code 1.
|