Skip to content

Update FiltersList.tsx, Modal.tsx, and yarn.lock #1082

Update FiltersList.tsx, Modal.tsx, and yarn.lock

Update FiltersList.tsx, Modal.tsx, and yarn.lock #1082

Triggered via push October 15, 2023 10:39
Status Failure
Total duration 1m 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: push
Run linters and tsc
1m 31s
Run linters and tsc
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Run linters and tsc: src/components/Home/News/NewsBottomSheet.tsx#L95
'BottomSheet' cannot be used as a JSX component.
Run linters and tsc: src/components/Home/News/NewsBottomSheet.tsx#L97
Type 'FC' is not assignable to type 'FunctionComponent<BottomSheetHandleProps>'.
Run linters and tsc: src/components/Home/News/NewsBottomSheet.tsx#L123
'BottomSheetScrollView' cannot be used as a JSX component.
Run linters and tsc: src/components/TimeTable/LectureInfo.tsx#L75
'BottomSheetScrollView' cannot be used as a JSX component.
Run linters and tsc: src/pages/TimeTable.tsx#L219
'BottomSheet' cannot be used as a JSX component.
Run linters and tsc: src/pages/TimeTable.tsx#L221
Type 'FC' is not assignable to type 'FunctionComponent<BottomSheetHandleProps>'.
Run linters and tsc
Process completed with exit code 2.
Run linters and tsc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/