✨ [#4420] Validation for fields within AddressNL component #733
Annotations
3 errors
src/registry/addressNL/edit.tsx#L396
Type '{ label: string; key: string; description: string; tooltip: string; showInSummary: true; showInEmail: false; showInPDF: true; hidden: false; clearOnHide: true; isSensitiveData: true; deriveAddress: false; layout: "doubleColumn"; defaultValue: { postcode: string; houseNumber: string; houseLetter: string; houseNumberAddition: string; }; conditional: { show: undefined; when: string; eq: string; }; validate: { required: false; plugins: never[]; }; translatedErrors: {}; registration: { attribute: string; }; components: { postcode: { translatedErrors: { nl: { pattern: string; }; }; }; houseNumber: { translatedErrors: { nl: { pattern: string; }; }; }; streetName: { translatedErrors: { nl: { pattern: string; }; }; }; city: { translatedErrors: { nl: { pattern: string; }; }; }; }; }' is not assignable to type 'Omit<AddressNLComponentSchema, "type" | "id">'.
|
src/registry/addressNL/edit.tsx#L396
Type '{ label: string; key: string; description: string; tooltip: string; showInSummary: true; showInEmail: false; showInPDF: true; hidden: false; clearOnHide: true; isSensitiveData: true; deriveAddress: false; layout: "doubleColumn"; defaultValue: { postcode: string; houseNumber: string; houseLetter: string; houseNumberAddition: string; }; conditional: { show: undefined; when: string; eq: string; }; validate: { required: false; plugins: never[]; }; translatedErrors: {}; registration: { attribute: string; }; components: { postcode: { translatedErrors: { nl: { pattern: string; }; }; }; houseNumber: { translatedErrors: { nl: { pattern: string; }; }; }; streetName: { translatedErrors: { nl: { pattern: string; }; }; }; city: { translatedErrors: { nl: { pattern: string; }; }; }; }; }' is not assignable to type 'Omit<AddressNLComponentSchema, "type" | "id">'.
|
|
The logs for this run have expired and are no longer available.
Loading