This repository was archived by the owner on Aug 30, 2025. It is now read-only.
fix(modal): corriger une faute d'orthographe dans le texte de la modal #2023
Annotations
5 errors
|
src/views/account/Grades/Atoms/GradesScodocUE.tsx#L21
'data' is of type 'unknown'.
|
src/stores/account/index.ts#L273
Type '<A extends Account, T extends keyof A = keyof A>(localID: string, key: T, value: A[T]) => Account | undefined' is not assignable to type '<A extends Account, T extends keyof A = keyof A>(localID: string, key: T, value: A[T]) => Account | null'.
|
src/stores/account/index.ts#L70
Type 'string | {} | Record<string, unknown> | SessionHandle | Skolengo | Multi | null | undefined' is not assignable to type 'string | null'.
|
src/stores/account/index.ts#L59
Type 'string | boolean | {} | string[] | SkolengoAuthConfig | Partial<Identity> | { first: string; last: string; } | Partial<Personalization> | ... 16 more ... | undefined' is not assignable to type 'string | null'.
|
The logs for this run have expired and are no longer available.
Loading