Skip to content

fix: class item conflict indicator correct severity #41

fix: class item conflict indicator correct severity

fix: class item conflict indicator correct severity #41

Triggered via pull request October 17, 2024 23:18
Status Failure
Total duration 26s
Artifacts

codeanalysis.yaml

on: pull_request
Matrix: Lint
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Lint (21.x): src/components/planner/sidebar/CoursesController/ClassSelectorDropdownController.tsx#L229
Type '{ key: string; course_id: number; classInfo: ClassInfo; conflict: boolean; onSelect: () => void; onMouseEnter: () => void; onMouseLeave: () => void; }' is not assignable to type 'IntrinsicAttributes & Props'.
Lint (21.x): src/components/planner/sidebar/CoursesController/ClassSelectorDropdownController.tsx#L263
Type '{ key: string; course_id: number; classInfo: ClassInfo; conflict: boolean; onSelect: () => void; onMouseEnter: () => void; onMouseLeave: () => void; }' is not assignable to type 'IntrinsicAttributes & Props'.
Lint (21.x)
Process completed with exit code 2.
Lint (21.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/