VACMS-19386 Add Checklist template #2588
Annotations
10 errors
Setup and Test:
src/data/queries/tests/checklist.test.tsx#L5
Module '"@/types/drupal/node"' has no exported member 'Checklist'.
|
Setup and Test:
src/data/queries/tests/checklistItem.test.tsx#L5
Module '"@/types/drupal/node"' has no exported member 'ChecklistItem'.
|
Setup and Test:
src/data/queries/tests/checklistItem.test.tsx#L25
Argument of type '{ field_checklist_items: any[]; field_section_header: string; field_section_intro: string; }' is not assignable to parameter of type 'ParagraphChecklistItems'.
|
Setup and Test:
src/templates/common/relatedInformation/index.test.tsx#L21
Type '{ id: string; summary: string; title: string; uri: string; }[]' is not assignable to type 'LinkTeaser[]'.
|
Setup and Test:
src/templates/common/relatedInformation/index.test.tsx#L39
Type '{ id: string; summary: string; title: string; uri: string; }[]' is not assignable to type 'LinkTeaser[]'.
|
Setup and Test:
src/templates/common/secondaryButtonGroup/index.test.tsx#L19
Type '{ id: string; label: string; url: string; }[]' is not assignable to type 'Button[]'.
|
Setup and Test:
src/templates/common/secondaryButtonGroup/index.test.tsx#L36
Type '{ id: string; label: string; url: string; }[]' is not assignable to type 'Button[]'.
|
Setup and Test:
src/templates/components/contactInfo/index.tsx#L111
Property 'id' is missing in type '{ key: string; extension: any; label: string; number: string; }' but required in type 'Omit<PhoneContact, "type">'.
|
Setup and Test:
src/templates/components/contactInfo/index.tsx#L115
Property 'title' does not exist on type 'Contact | PhoneContact'.
|
Setup and Test:
src/templates/components/contactInfo/index.tsx#L117
Property 'title' does not exist on type 'Contact | PhoneContact'.
|