feat: create address input #574
Annotations
8 errors
test:
src/form/V2/birth.ts#L429
Type '"LOCATION"' is not assignable to type '"TEXT" | "DATE" | "PARAGRAPH" | "RADIO_GROUP" | "BULLET_LIST" | "SELECT" | "CHECKBOX" | "FILE" | "COUNTRY"'.
|
test:
src/form/V2/birth.ts#L437
Type '{ type: "HEALTH_FACILITY"; }' is not assignable to type '{ value: string; label: { id: string; description: string; defaultMessage: string; }; }[]'.
|
test:
src/form/V2/person.ts#L426
Type '"LOCATION"' is not assignable to type '"TEXT" | "DATE" | "PARAGRAPH" | "RADIO_GROUP" | "BULLET_LIST" | "SELECT" | "CHECKBOX" | "FILE" | "COUNTRY"'.
|
test:
src/form/V2/person.ts#L434
Type '{ type: "ADMIN_STRUCTURE"; }' is not assignable to type '{ value: string; label: { id: string; description: string; defaultMessage: string; }; }[]'.
|
test:
src/form/V2/person.ts#L440
Type '"LOCATION"' is not assignable to type '"TEXT" | "DATE" | "PARAGRAPH" | "RADIO_GROUP" | "BULLET_LIST" | "SELECT" | "CHECKBOX" | "FILE" | "COUNTRY"'.
|
test:
src/form/V2/person.ts#L448
Type '{ partOf: { $data: string; }; type: "ADMIN_STRUCTURE"; }' is not assignable to type '{ value: string; label: { id: string; description: string; defaultMessage: string; }; }[]'.
|
test:
src/form/V2/person.ts#L458
Type '{ value: string; label: { id: string; description: string; defaultMessage: string; }; }[]' is not assignable to type '{ value: string; label: string; }[]'.
|
test
Process completed with exit code 2.
|