Fix Use button not updating SparseTree row display #130
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.
|