Skip to content

trigger ci

trigger ci #440

Triggered via push May 31, 2025 13:53
Status Failure
Total duration 4m 10s
Artifacts

ci.yml

on: push
Matrix: Run tests
Matrix: Compile source code
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Compile source code (20.x)
Type '(props: React.HTMLProps<HTMLDivElement>) => React.JSX.Element' is not assignable to type 'ComponentType<HTMLProps<HTMLDivElement>> | undefined'.
Compile source code (20.x)
Type 'FunctionComponent<HTMLProps<HTMLDivElement>>' is not assignable to type 'ComponentType<HTMLProps<HTMLDivElement>> | undefined'.
Compile source code (20.x)
Type 'FunctionComponent<HTMLProps<HTMLDivElement>>' is not assignable to type 'ComponentType<HTMLProps<HTMLDivElement>> | undefined'.
Compile source code (20.x)
Type 'FunctionComponent<HTMLProps<HTMLDivElement>>' is not assignable to type 'ComponentType<HTMLProps<HTMLDivElement>> | undefined'.
Compile source code (20.x)
Type 'RefCallback<HTMLElement>' is not assignable to type 'Ref<HTMLDivElement> | undefined'.
Compile source code (20.x)
Type 'RefCallback<HTMLElement>' is not assignable to type 'Ref<HTMLDivElement> | undefined'.
Compile source code (20.x)
Type 'RefCallback<HTMLElement>' is not assignable to type 'Ref<HTMLDivElement> | undefined'.
Compile source code (20.x)
Type 'RefCallback<HTMLElement>' is not assignable to type 'Ref<HTMLDivElement> | undefined'.
Compile source code (20.x)
Type 'RefCallback<HTMLElement>' is not assignable to type 'Ref<HTMLElement> | undefined'.
Compile source code (20.x)
Type 'RefCallback<HTMLElement>' is not assignable to type 'Ref<HTMLElement> | undefined'.
Run tests (20.x)
Process completed with exit code 1.
Run tests (20.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/