Skip to content

feat(svg): animation alternative #127

feat(svg): animation alternative

feat(svg): animation alternative #127

Triggered via pull request March 7, 2024 20:02
Status Failure
Total duration 26s
Artifacts

ci.yml

on: pull_request
Lint, typecheck and test
16s
Lint, typecheck and test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint, typecheck and test: src/native/ContentLoader.tsx#L8
Property 'children' does not exist on type 'IContentLoaderProps'.
Lint, typecheck and test: src/native/Svg.tsx#L75
Property 'children' does not exist on type 'Readonly<IContentLoaderProps>'.
Lint, typecheck and test: src/native/Svg.tsx#L105
Type '{ children: (Element | ReactElement<unknown, string | JSXElementConstructor<any>>)[]; animate?: boolean; speed?: number; interval?: number; uniqueKey?: string; ... 102 more ...; style: ({} & StyleProp<...>) & object; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<SvgProps, any, any>> & Readonly<SvgProps>'.
Lint, typecheck and test: src/native/Svg.tsx#L118
Type '{ children: any; id: string; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<ClipPathProps, any, any>> & Readonly<ClipPathProps>'.
Lint, typecheck and test: src/native/__tests__/ContentLoader.test.tsx#L13
Type '{ children: Element[]; animate: false; }' is not assignable to type 'IntrinsicAttributes & IContentLoaderProps'.
Lint, typecheck and test: src/native/__tests__/ContentLoader.test.tsx#L32
Type '{ children: Element; }' has no properties in common with type 'IntrinsicAttributes & IContentLoaderProps'.
Lint, typecheck and test: src/native/__tests__/ContentLoader.test.tsx#L39
Type '{ children: Element; animate: false; height: number; preserveAspectRatio: string; backgroundColor: string; rtl: true; foregroundColor: string; speed: number; style: { marginBottom: string; }; width: number; beforeMask: Element; }' is not assignable to type 'IntrinsicAttributes & IContentLoaderProps'.
Lint, typecheck and test: src/native/__tests__/ContentLoader.test.tsx#L150
Type '{ children: Element; animate: true; height: number; speed: number; }' is not assignable to type 'IntrinsicAttributes & IContentLoaderProps'.
Lint, typecheck and test: src/native/__tests__/snapshots.test.tsx#L57
Type '{ children: Element; uniqueKey: string; beforeMask: Element; }' is not assignable to type 'IntrinsicAttributes & IContentLoaderProps'.
Lint, typecheck and test: src/native/presets/BulletListStyle.tsx#L7
Type '{ children: Element[]; animate?: boolean; backgroundColor?: string; foregroundColor?: string; rtl?: boolean; speed?: number; interval?: number; uniqueKey?: string; beforeMask?: Element; ... 102 more ...; accessibilityIgnoresInvertColors?: boolean; }' is not assignable to type 'IntrinsicAttributes & IContentLoaderProps'.
Lint, typecheck and test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.