Skip to content

fix: 动画 done 执行时机调整 #50

fix: 动画 done 执行时机调整

fix: 动画 done 执行时机调整 #50

Triggered via push January 4, 2024 07:55
Status Failure
Total duration 46s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
build: src/views/detail/index.tsx#L1
Type '() => JSX.Element' is not assignable to type '(progress: number, distance: number) => Element'.
build: src/views/detail/index.tsx#L1
Type '(progress: number) => Element' is not assignable to type '(progress: number, distance: number) => Element'.
build: src/views/detail/index.tsx#L1
Type '() => JSX.Element' is not assignable to type '(progress: number, distance: number) => Element'.
build: src/views/detail/index.tsx#L1
Type '() => JSX.Element' is not assignable to type '(progress: number, distance: number) => Element'.
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2.1.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/