Skip to content

chore: From Flow to typescript #3502

chore: From Flow to typescript

chore: From Flow to typescript #3502

Triggered via pull request January 14, 2025 07:33
Status Failure
Total duration 25s
Artifacts

continuous-integration.yaml

on: pull_request
Continuous Integration
17s
Continuous Integration
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Continuous Integration: src/formatter/formatPropValue.spec.tsx#L42
Parameter 'a' implicitly has an 'any' type.
Continuous Integration: src/formatter/formatPropValue.spec.tsx#L50
Parameter 'a' implicitly has an 'any' type.
Continuous Integration: src/formatter/formatPropValue.spec.tsx#L62
Parameter 'a' implicitly has an 'any' type.
Continuous Integration: src/formatter/formatPropValue.spec.tsx#L64
Parameter 'fn' implicitly has an 'any' type.
Continuous Integration: src/formatter/formatReactElementNode.spec.tsx#L29
Argument of type '{ type: string; displayName: string; defaultProps: {}; props: {}; childrens: { value: string; type: string; }[]; }' is not assignable to parameter of type 'ReactElementTreeNode'.
Continuous Integration: src/formatter/formatReactElementNode.spec.tsx#L47
Argument of type '{ type: string; displayName: string; props: { foo: string; }; defaultProps: { foo: string; }; childrens: never[]; }' is not assignable to parameter of type 'ReactElementTreeNode'.
Continuous Integration: src/formatter/formatReactElementNode.spec.tsx#L75
Argument of type '{ type: string; displayName: string; defaultProps: { a: { aa: string; bb: { cc: string; }; }; }; props: { a: { aa: string; bb: { cc: string; }; }; }; childrens: never[]; }' is not assignable to parameter of type 'ReactElementTreeNode'.
Continuous Integration: src/formatter/formatReactElementNode.spec.tsx#L90
Type '{ b: string; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>'.
Continuous Integration: src/formatter/formatReactElementNode.spec.tsx#L93
Type '{ b: string; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>'.
Continuous Integration: src/formatter/formatReactElementNode.spec.tsx#L98
Argument of type '{ type: string; displayName: string; defaultProps: { a: React.JSX.Element; }; props: { a: React.JSX.Element; }; childrens: never[]; }' is not assignable to parameter of type 'ReactElementTreeNode'.
Continuous Integration
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636