Per term notification limit #709
Annotations
12 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
components/ClassPage/ClassPageInfoBody.tsx#L134
Missing return type on function
|
lint:
components/FeedbackModal.tsx#L27
'State' is defined but never used
|
lint:
components/FeedbackModal.tsx#L51
Missing return type on function
|
lint:
components/FeedbackModal.tsx#L93
Missing return type on function
|
lint:
components/FeedbackModal.tsx#L97
Missing return type on function
|
lint:
components/FeedbackModal.tsx#L101
Missing return type on function
|
lint:
components/Footer.tsx#L8
Missing return type on function
|
lint:
components/Footer.tsx#L11
Missing return type on function
|
lint:
components/Header.tsx#L76
'router' is assigned a value but never used
|
lint:
components/ResultsPage/Results/CourseResult.tsx#L229
React Hook useMemo has a missing dependency: 'userInfo'. Either include it or remove the dependency array
|