Skip to content

✨ [#4420] Validation for fields within AddressNL component #740

✨ [#4420] Validation for fields within AddressNL component

✨ [#4420] Validation for fields within AddressNL component #740

Re-run triggered July 9, 2024 14:46
Status Failure
Total duration 1m 16s
Artifacts 1

ci.yml

on: pull_request
Create storybook build
1m 33s
Create storybook build
Check frontend code formatting with prettier
44s
Check frontend code formatting with prettier
Run Jest tests
1m 4s
Run Jest tests
Create 'production' build
1m 4s
Create 'production' build
Matrix: tests-storybook
Visual regression test with Chromatic
11s
Visual regression test with Chromatic
Publish the NPM package
0s
Publish the NPM package
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Create 'production' build: src/registry/addressNL/edit.tsx#L326
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: { validate: { pattern: string; }; translatedErrors: { nl: { pattern: string; }; }; }; city: { validate: { pattern: string; }; translatedErrors: { nl: { pattern: string; }; }; }; }; }' is not assignable to type 'Omit<AddressNLComponentSchema, "type" | "id">'.
Create 'production' build
Process completed with exit code 1.