Skip to content

Feature: Button that allows the user to switch the side where the sidebar is displayed #313

Feature: Button that allows the user to switch the side where the sidebar is displayed

Feature: Button that allows the user to switch the side where the sidebar is displayed #313

Triggered via pull request March 5, 2025 17:35
Status Failure
Total duration 40s
Artifacts

codeanalysis.yaml

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

Annotations

10 errors
Lint (21.x): src/components/layout/SidebarPosition.tsx#L33
Type 'Validator<NonNullable<ReactNodeLike>>' is not assignable to type 'Validator<ReactNode>'.
Lint (21.x): src/pages/TimeTableSelector.tsx#L23
No value exists in scope for the shorthand property 'majors'. Either declare one or provide an initializer.
Lint (21.x): src/pages/TimeTableSelector.tsx#L26
No value exists in scope for the shorthand property 'pickedCourses'. Either declare one or provide an initializer.
Lint (21.x): src/pages/TimeTableSelector.tsx#L26
No value exists in scope for the shorthand property 'setPickedCourses'. Either declare one or provide an initializer.
Lint (21.x): src/pages/TimeTableSelector.tsx#L27
No value exists in scope for the shorthand property 'coursesInfo'. Either declare one or provide an initializer.
Lint (21.x): src/pages/TimeTableSelector.tsx#L27
No value exists in scope for the shorthand property 'setCoursesInfo'. Either declare one or provide an initializer.
Lint (21.x): src/pages/TimeTableSelector.tsx#L28
No value exists in scope for the shorthand property 'checkboxedCourses'. Either declare one or provide an initializer.
Lint (21.x): src/pages/TimeTableSelector.tsx#L28
No value exists in scope for the shorthand property 'setCheckboxedCourses'. Either declare one or provide an initializer.
Lint (21.x): src/pages/TimeTableSelector.tsx#L29
No value exists in scope for the shorthand property 'choosingNewCourse'. Either declare one or provide an initializer.
Lint (21.x): src/pages/TimeTableSelector.tsx#L29
No value exists in scope for the shorthand property 'setChoosingNewCourse'. Either declare one or provide an initializer.