fix: overlap trace with pin length #19
Annotations
3 errors and 1 warning
release:
lib/components/primitive-components/Trace/Trace.ts#L768
Object literal may only specify known properties, and 'type' does not exist in type 'Omit<{ type: "schematic_debug_object"; size: { width: number; height: number; }; center: { x: number; y: number; }; shape: "rect"; label?: string | undefined; } | { type: "schematic_debug_object"; shape: "line"; start: { ...; }; end: { ...; }; label?: string | undefined; } | { ...; }, "type" | "schematic_debug_objec...'.
|
release:
lib/components/primitive-components/Trace/Trace.ts#L815
Object literal may only specify known properties, and 'type' does not exist in type 'Omit<{ type: "schematic_debug_object"; size: { width: number; height: number; }; center: { x: number; y: number; }; shape: "rect"; label?: string | undefined; } | { type: "schematic_debug_object"; shape: "line"; start: { ...; }; end: { ...; }; label?: string | undefined; } | { ...; }, "type" | "schematic_debug_objec...'.
|
release
Process completed with exit code 1.
|
release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|