This repository was archived by the owner on Aug 30, 2025. It is now read-only.
Merge branch 'main' of https://github.com/PapillonApp/Papillon #2018
checks.yml
on: push
🛠️ TypeScript and ESLint on Main
41s
🛠️ TypeScript and ESLint on Pull Request
0s
Annotations
5 errors
🛠️ TypeScript and ESLint on Main
Process completed with exit code 2.
|
🛠️ TypeScript and ESLint on Main:
src/views/account/Grades/Atoms/GradesScodocUE.tsx#L21
'data' is of type 'unknown'.
|
🛠️ TypeScript and ESLint on Main:
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'.
|
🛠️ TypeScript and ESLint on Main:
src/stores/account/index.ts#L70
Type 'string | {} | Record<string, unknown> | SessionHandle | Skolengo | Multi | null | undefined' is not assignable to type 'string | null'.
|
🛠️ TypeScript and ESLint on Main:
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'.
|