Adding map interaction config #898
Annotations
5 errors and 1 warning
Build library:
src/registry/map/edit.tsx#L67
Argument of type '"interactions"' is not assignable to parameter of type '"type" | "key" | "id" | "hidden" | "label" | "description" | "tooltip" | "defaultValue" | "validate" | "clearOnHide" | "conditional" | "errors" | "validateOn" | "showInSummary" | "showInEmail" | "showInPDF" | "isSensitiveData" | "openForms" | "registration" | "translatedErrors" | "registration.attribute" | "defaultZoom" | "initialCenter" | "useConfigDefaultMapSettings" | "validate.required" | "validate.plugins" | "conditional.show" | "conditional.json" | "conditional.when" | "conditional.eq" | "errors.required" | "translatedErrors.en" | "translatedErrors.nl" | "openForms.translations" | "openForms.translations.en" | "openForms.translations.nl" | "openForms.translations.en.label" | "openForms.translations.en.description" | "openForms.translations.en.tooltip" | "openForms.translations.nl.label" | "openForms.translations.nl.description" | "openForms.translations.nl.tooltip" | "translatedErrors.en.required" | "translatedErrors.nl.required" | "initialCenter.lat" | "initialCenter.lng"'.
|
Build library:
src/registry/map/edit.tsx#L140
Type '{ label: string; key: string; description: string; tooltip: string; showInSummary: true; showInEmail: false; showInPDF: true; hidden: false; clearOnHide: true; isSensitiveData: true; useConfigDefaultMapSettings: false; defaultZoom: undefined; initialCenter: { lat: undefined; lng: undefined; }; interactions: { circle: boolean; polygon: boolean; polyline: boolean; marker: boolean; }; defaultValue: null; conditional: { show: undefined; when: string; eq: string; }; validate: { required: false; plugins: never[]; }; translatedErrors: {}; registration: { attribute: string; }; }' is not assignable to type 'Omit<MapComponentSchema, "type" | "id">'.
|
Build library:
src/registry/map/edit.tsx#L67
Argument of type '"interactions"' is not assignable to parameter of type '"type" | "key" | "id" | "hidden" | "label" | "description" | "tooltip" | "defaultValue" | "validate" | "clearOnHide" | "conditional" | "errors" | "validateOn" | "showInSummary" | "showInEmail" | "showInPDF" | "isSensitiveData" | "openForms" | "registration" | "translatedErrors" | "registration.attribute" | "defaultZoom" | "initialCenter" | "useConfigDefaultMapSettings" | "validate.required" | "validate.plugins" | "conditional.show" | "conditional.json" | "conditional.when" | "conditional.eq" | "errors.required" | "translatedErrors.en" | "translatedErrors.nl" | "openForms.translations" | "openForms.translations.en" | "openForms.translations.nl" | "openForms.translations.en.label" | "openForms.translations.en.description" | "openForms.translations.en.tooltip" | "openForms.translations.nl.label" | "openForms.translations.nl.description" | "openForms.translations.nl.tooltip" | "translatedErrors.en.required" | "translatedErrors.nl.required" | "initialCenter.lat" | "initialCenter.lng"'.
|
Build library:
src/registry/map/edit.tsx#L140
Type '{ label: string; key: string; description: string; tooltip: string; showInSummary: true; showInEmail: false; showInPDF: true; hidden: false; clearOnHide: true; isSensitiveData: true; useConfigDefaultMapSettings: false; defaultZoom: undefined; initialCenter: { lat: undefined; lng: undefined; }; interactions: { circle: boolean; polygon: boolean; polyline: boolean; marker: boolean; }; defaultValue: null; conditional: { show: undefined; when: string; eq: string; }; validate: { required: false; plugins: never[]; }; translatedErrors: {}; registration: { attribute: string; }; }' is not assignable to type 'Omit<MapComponentSchema, "type" | "id">'.
|
Build library
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading