VACMS-19386 Add Checklist template #2601
Annotations
3 errors
Check TypeScript:
src/data/queries/tests/checklist.test.tsx#L10
Type '{ type: string; id: string; drupal_internal__nid: number; drupal_internal__vid: number; langcode: string; revision_timestamp: string; status: boolean; title: string; created: string; changed: string; ... 30 more ...; relationshipNames: string[]; }' is not assignable to type 'NodeChecklist'.
|
Check TypeScript:
src/templates/layouts/resourcesSupport/index.test.tsx#L86
Type '{ title: string; intro: string; alert: any; buttons: { id: string; label: string; url: string; type: Button["type"]; }[]; repeatButtons: boolean; toc: boolean; mainContent: { id: string; html: string; className: string; type: Wysiwyg["type"]; }[]; ... 6 more ...; published: false; }' is not assignable to type '{ title: string; intro: string; alert: AlertSingle; buttons: Button[]; repeatButtons: boolean; toc: boolean; mainContent: FormattedParagraph[]; tags: AudienceTopics; contactInformation: ContactInfo; benefitsHubLinks: RelatedLink[]; }'.
|
Check TypeScript
Process completed with exit code 2.
|
Loading