Feature: Button that allows the user to switch the side where the sidebar is displayed #313
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.
|