- refactor(api): mock #7
Annotations
4 errors
src/G6/behaviorConfig.ts#L17
Argument of type 'TreeGraphData | NodeConfig | EdgeConfig | ComboConfig | undefined' is not assignable to parameter of type 'NodeConfig'.
|
src/store/node.ts#L19
Type 'string | Partial<{ rotate: number; textAlign: "center" | "start" | "end" | "left" | "right"; angle: number; x: number; y: number; text: string; stroke: string | null; opacity: number; fontSize: number; ... 14 more ...; background?: { ...; } | undefined; }> | undefined' is not assignable to type 'string'.
|
src/store/node.ts#L20
Type 'string | undefined' is not assignable to type 'string'.
|
|
This job failed
Loading