Skip to content

fix: Tracehint editing, overlay (#13) #71

fix: Tracehint editing, overlay (#13)

fix: Tracehint editing, overlay (#13) #71

Triggered via push May 12, 2024 00:12
Status Failure
Total duration 55s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
Release: src/PCBViewer.tsx#L83
Argument of type '({ type: "source_trace"; source_trace_id: string; connected_source_port_ids: string[]; connected_source_net_ids: string[]; } | { type: "source_port"; source_component_id: string; name: string; source_port_id: string; pin_number?: number; port_hints?: string[]; } | ... 40 more ... | { ...; })[]' is not assignable to parameter of type 'SetStateAction<({ type: "source_trace"; source_trace_id: string; connected_source_port_ids: string[]; connected_source_net_ids: string[]; } | { type: "source_port"; source_component_id: string; name: string; source_port_id: string; pin_number?: number; port_hints?: string[]; } | ... 40 more ... | { ...; })[]>'.
Release: src/PCBViewer.tsx#L119
Argument of type '(EditComponentLocationEvent | EditTraceHintEvent | { edit_event_id: string; pcb_edit_event_type: "edit_component_location" | "edit_trace_hint"; ... 7 more ...; new_center: { ...; }; } | { ...; })[]' is not assignable to parameter of type 'SetStateAction<EditEvent[]>'.
Release: src/PCBViewer.tsx#L120
Argument of type '(EditComponentLocationEvent | EditTraceHintEvent | { edit_event_id: string; pcb_edit_event_type: "edit_component_location" | "edit_trace_hint"; ... 7 more ...; new_center: { ...; }; } | { ...; })[]' is not assignable to parameter of type 'EditEvent[]'.
Release
Process completed with exit code 1.
Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/