Skip to content

Fix Use button not updating SparseTree row display #130

Fix Use button not updating SparseTree row display

Fix Use button not updating SparseTree row display #130

Triggered via push January 30, 2026 19:23
Status Failure
Total duration 40s
Artifacts

ci.yml

on: push
Unit Tests
Unit Tests
Integration Tests
Integration Tests
Scraper Tests
0s
Scraper Tests
Bump Version
0s
Bump Version
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Build
Process completed with exit code 1.
Build
Type '{ dbId: string; personId: string; onClose: () => void; onPhotoSynced: () => void; }' is not assignable to type 'IntrinsicAttributes & UploadToFamilySearchDialogProps'.
Build
Type '{ dbId: string; personId: string; localData: { name: string; birthDate: string | undefined; birthPlace: string | undefined; deathDate: string | undefined; deathPlace: string | undefined; ... 5 more ...; childrenCount: number; }; ... 21 more ...; hintsProcessing: boolean; }' is not assignable to type 'IntrinsicAttributes & ProviderDataTableProps'.
Build
Parameter 'err' implicitly has an 'any' type.
Build
Property 'processAncestryHints' does not exist on type '{ listDatabases: () => Promise<DatabaseInfo[]>; getDatabase: (id: string) => Promise<DatabaseInfo>; createRoot: (personId: string, maxGenerations?: number | undefined) => Promise<...>; ... 136 more ...; cancelBulkDiscovery: (dbId: string) => Promise<...>; }'.
Build
'maxGen' is declared but its value is never read.