Skip to content

fixing warnings

fixing warnings #44

Triggered via push July 16, 2024 17:56
Status Failure
Total duration 26s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build: src/components/atomic/modals/DavitModal.tsx#L8
Property 'children' does not exist on type 'DavitModalProps'.
Build: src/components/atomic/forms/fragments/FormFooter.tsx#L8
Property 'children' does not exist on type 'FormFooterProps'.
Build: src/components/atomic/forms/fragments/FormHeader.tsx#L7
Property 'children' does not exist on type 'FormHeaderProps'.
Build: src/components/organisms/dndBox/fragments/DnDWrapper.tsx#L67
Property 'children' does not exist on type 'DnDWrapperProps'.
Build: src/components/organisms/dndBox/fragments/DnDWrapper.tsx#L82
Type '{ children: ReactNode; key: number; onPositionUpdate: (x: number, y: number, positionId: number) => void; positionId: number; initX: number; initY: number; dragConstraintsRef: any; shadow: string | undefined; onGeoUpdate: ((width: number, heigth: number, geoId: number) => void) | undefined; geoId: number | undefined...' is not assignable to type 'IntrinsicAttributes & DnDWrapperProps'.
Build: src/components/organisms/controllPanel/presentation/fragments/edit/fragments/forms/ActionForm.tsx#L56
Type 'false | Element' is not assignable to type 'Element'.
Build: src/components/organisms/controllPanel/presentation/fragments/edit/fragments/forms/ActionForm.tsx#L58
Type 'false | Element' is not assignable to type 'Element'.
Build: src/components/organisms/controllPanel/presentation/fragments/edit/fragments/forms/ActionForm.tsx#L66
Type 'false | Element' is not assignable to type 'Element'.
Build: src/components/organisms/controllPanel/presentation/fragments/edit/fragments/forms/ActionForm.tsx#L75
Type 'false | Element' is not assignable to type 'Element'.
Build: src/components/organisms/controllPanel/presentation/fragments/edit/fragments/forms/ActionForm.tsx#L111
Type 'false | Element' is not assignable to type 'Element'.
Build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/