add FindspotService #3971
Annotations
9 errors and 11 warnings
|
|
src/fragmentarium/application/FindspotService.ts#L1
Module '"fragmentarium/domain/archaeology"' has no exported member 'fromFindspotDto'.
|
src/fragmentarium/ui/fragment/CuneiformFragment.test.tsx#L1
Property 'findspotService' is missing in type '{ fragment: Fragment; fragmentService: Mocked<FragmentService>; fragmentSearchService: Mocked<FragmentSearchService>; wordService: Mocked<...>; activeLine: string; }' but required in type 'ControllerProps'.
|
src/fragmentarium/ui/fragment/CuneiformFragment.tsx#L1
Type '{ archaeology: Archaeology | undefined; updateArchaeology: (archaeology: ArchaeologyDto) => any; disabled: boolean; findspotService: FindspotService; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<ArchaeologyEditor> & Readonly<Props> & Readonly<...>'.
|
src/fragmentarium/ui/fragment/FragmentView.test.tsx#L1
Property 'findspotService' is missing in type '{ number: string; folioName: string | null; folioNumber: string | null; tab: string | null; fragmentService: Mocked<FragmentService>; fragmentSearchService: Mocked<...>; wordService: Mocked<...>; activeLine: string; session: any; }' but required in type 'Omit<Props, "fragment">'.
|
src/router/fragmentariumRoutes.tsx#L1
Property 'findspotService' is missing in type '{ number: string; folioName: string | null; folioNumber: string | null; tab: string | null; activeLine: string; fragmentService: FragmentService; fragmentSearchService: FragmentSearchService; wordService: WordService; session: Session; }' but required in type 'Omit<Props, "fragment">'.
|
src/router/sitemap.test.tsx#L1
Property 'findspotService' is missing in type '{ signService: jest.Mocked<SignService>; bibliographyService: jest.Mocked<BibliographyService>; wordService: jest.Mocked<WordService>; fragmentService: jest.Mocked<...>; fragmentSearchService: jest.Mocked<...>; textService: jest.Mocked<...>; markupService: jest.Mocked<...>; }' but required in type 'Services'.
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1, paambaati/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/about/ui/about.test.tsx#L13
Unexpected any. Specify a different type
|
src/auth/react-auth0-spa.tsx#L76
React Hook useEffect has missing dependencies: 'initOptions', 'onRedirectCallback', and 'returnTo'. Either include them or remove the dependency array. If 'onRedirectCallback' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/bibliography/domain/BibliographyEntry.ts#L23
Unexpected any. Specify a different type
|
src/common/HtmlParsing.tsx#L3
Argument 'inputElements' should be typed with a non-any type
|
src/common/HtmlParsing.tsx#L3
Unexpected any. Specify a different type
|
src/common/List.tsx#L34
'value' is missing in props validation
|
src/common/List.tsx#L35
'children' is missing in props validation
|
src/common/List.tsx#L36
'onChange' is missing in props validation
|
src/common/List.tsx#L37
'defaultValue' is missing in props validation
|
src/common/List.tsx#L71
'value.map' is missing in props validation
|
The logs for this run have expired and are no longer available.
Loading