fix: adding new label to put request #2663
Annotations
9 errors and 1 warning
src/components/Header.tsx#L1
Property 'firstname' does not exist on type 'number'.
|
src/components/Header.tsx#L1
Property 'lastname' does not exist on type 'number'.
|
src/components/accueil/LinkChild.tsx#L1
'ClassroomContext' is declared but its value is never read.
|
src/components/accueil/LinkChild.tsx#L1
'student' is declared but its value is never read.
|
src/components/accueil/LinkChild.tsx#L1
'setStudent' is declared but its value is never read.
|
src/contexts/classroomContext.tsx#L1
'setTestModaltStep' is declared but its value is never read.
|
src/contexts/userContext.tsx#L1
Type '{ user: User | null; selectedStudent: number; isLoggedIn: boolean; login: (email: string, password: string, remember?: boolean) => Promise<{ success: boolean; errorCode: number; }>; ... 11 more ...; getClassroomAsFamily: (userId: number) => Promise<...>; }' is missing the following properties from type 'UserContextValue': linkedStudents, students
|
src/services/useUsers.ts#L1
'serializeToQueryUrl' is declared but its value is never read.
|
|
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/
|
The logs for this run have expired and are no longer available.
Loading