Skip to content

Мультидокумент #1117

Мультидокумент

Мультидокумент #1117

Triggered via pull request August 21, 2024 10:42
Status Failure
Total duration 39s
Artifacts

typecheck.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (18.x): src/renderer/src/App.tsx#L6
Cannot find module './lib/CanvasScheme' or its corresponding type declarations.
build (18.x): src/renderer/src/App.tsx#L16
Expected 0 arguments, but got 2.
build (18.x): src/renderer/src/components/ComponentAddModal.tsx#L31
Argument of type '"elements.components"' is not assignable to parameter of type 'EditorDataPropertyName'.
build (18.x): src/renderer/src/components/ComponentAddModal.tsx#L46
Type 'string | number | boolean | Elements | { [id: string]: StateMachine; } | { [key: string]: string; } | { x: number; y: number; }' is not assignable to type 'object'.
build (18.x): src/renderer/src/components/ComponentAddModal.tsx#L46
'components' is possibly 'null' or 'undefined'.
build (18.x): src/renderer/src/components/ComponentEditModal.tsx#L37
Argument of type '"elements.components"' is not assignable to parameter of type 'EditorDataPropertyName'.
build (18.x): src/renderer/src/components/ComponentEditModal.tsx#L56
Type 'string | number | boolean | Elements | { [id: string]: StateMachine; } | { [key: string]: string; } | { x: number; y: number; }' is not assignable to type 'object'.
build (18.x): src/renderer/src/components/ComponentEditModal.tsx#L56
'components' is possibly 'null' or 'undefined'.
build (18.x): src/renderer/src/components/ComponentEditModal.tsx#L110
Property 'getVacantComponents' does not exist on type 'ModelController'.
build (18.x): src/renderer/src/components/DiagramEditor.tsx#L39
Property 'states' does not exist on type 'ModelController'.
build (18.x)
The following actions use a deprecated Node.js version 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/