✨ [#4420] Validation for fields within AddressNL component #740
ci.yml
on: pull_request
Create storybook build
1m 33s
Check frontend code formatting with prettier
44s
Run Jest tests
1m 4s
Create 'production' build
1m 4s
Matrix: tests-storybook
Visual regression test with Chromatic
11s
Publish the NPM package
0s
deploy
0s
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.
|