placeOfEvent configuration added for birth and death event #2998
Annotations
5 errors
|
test
Process completed with exit code 2.
|
|
test:
src/form/v2/death/index.ts#L39
Argument of type '{ id: Event; declaration: { label: { id: string; defaultMessage: string; description: string; }; pages: { id: string; title: { id: string; defaultMessage: string; description: string; }; fields: ({ ...; } | ... 37 more ... | { ...; })[]; type: "FORM"; conditional?: any; }[]; }; ... 8 more ...; advancedSearch: ({ ......' is not assignable to parameter of type '{ id: string; title: { id: string; defaultMessage: string; description: string; }; summary: { fields: ({ id: string; value: { id: string; defaultMessage: string; description: string; }; label: { id: string; defaultMessage: string; description: string; }; emptyValueMessage?: { ...; } | undefined; conditionals?: { ......'.
|
|
test:
src/form/v2/death/forms/pages/eventDetails.ts#L370
Property 'HIDDEN' does not exist on type '{ readonly NAME: "NAME"; readonly PHONE: "PHONE"; readonly ID: "ID"; readonly ADDRESS: "ADDRESS"; readonly TEXT: "TEXT"; readonly NUMBER: "NUMBER"; readonly TEXTAREA: "TEXTAREA"; readonly EMAIL: "EMAIL"; ... 30 more ...; readonly LOADER: "LOADER"; }'.
|
|
test:
src/form/v2/birth/index.ts#L44
Argument of type '{ id: Event; declaration: { label: { id: string; defaultMessage: string; description: string; }; pages: { id: string; title: { id: string; defaultMessage: string; description: string; }; fields: ({ ...; } | ... 37 more ... | { ...; })[]; type: "FORM"; conditional?: any; }[]; }; ... 8 more ...; advancedSearch: ({ ......' is not assignable to parameter of type '{ id: string; title: { id: string; defaultMessage: string; description: string; }; summary: { fields: ({ id: string; value: { id: string; defaultMessage: string; description: string; }; label: { id: string; defaultMessage: string; description: string; }; emptyValueMessage?: { ...; } | undefined; conditionals?: { ......'.
|
|
test:
src/form/v2/birth/forms/pages/child.ts#L396
Property 'HIDDEN' does not exist on type '{ readonly NAME: "NAME"; readonly PHONE: "PHONE"; readonly ID: "ID"; readonly ADDRESS: "ADDRESS"; readonly TEXT: "TEXT"; readonly NUMBER: "NUMBER"; readonly TEXTAREA: "TEXTAREA"; readonly EMAIL: "EMAIL"; ... 30 more ...; readonly LOADER: "LOADER"; }'.
|