Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

feat(theme): introduire un hook personnalisé pour la gestion du thème… #2014

feat(theme): introduire un hook personnalisé pour la gestion du thème…

feat(theme): introduire un hook personnalisé pour la gestion du thème… #2014

Triggered via push March 31, 2025 16:58
Status Failure
Total duration 44s
Artifacts

checks.yml

on: push
🛠️ TypeScript and ESLint on Main
39s
🛠️ TypeScript and ESLint on Main
🛠️ TypeScript and ESLint on Pull Request
0s
🛠️ TypeScript and ESLint on Pull Request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
🛠️ TypeScript and ESLint on Main
Process completed with exit code 2.
🛠️ 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'.