Improve settings layout #288
Annotations
10 errors and 11 warnings
Verify changes
Type '{ children: string; style: { font: string; textAlign: string; }; }' is not assignable to type 'IntrinsicAttributes & TextProps'.
|
Verify changes
@tokens-studio/graph-editor#build: command (/home/runner/work/graph-engine/graph-engine/packages/graph-editor) /tmp/yarn--1732827971980-0.8231054937397584/yarn run build exited (2)
|
Verify changes
Type '{ children: string; style: { textAlign: string; }; }' is not assignable to type 'IntrinsicAttributes & TextProps'.
|
Verify changes
Type '{ children: string; style: { textAlign: string; }; }' is not assignable to type 'IntrinsicAttributes & TextProps'.
|
Verify changes
Type '{ children: string | undefined; size: "small"; muted: true; className: string; }' is not assignable to type 'IntrinsicAttributes & TextProps'.
|
Verify changes
Type '{ children: string; onClick: (() => void) | undefined; emphasis: string; appearance: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
|
Verify changes
Type '{ children: any; size: "small"; muted: true; className: string; }' is not assignable to type 'IntrinsicAttributes & TextProps'.
|
Verify changes
Type '{ children: string; emphasis: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
|
Verify changes
Type '{ title: string; size: "small"; emphasis: string; icon: Element; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributes<HTMLButtonElement> & { type?: "button" | "submit" | undefined; as?: ElementType<any, keyof IntrinsicElements> | undefined; ... 10 more ...; tooltipSide?: any; } & RefAttributes<...>'.
|
Verify changes
Type '{ children: string; emphasis: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
|
Verify changes:
packages/ui/src/app/editor/[id]/clientPage.tsx#L28
React Hook useCallback has a missing dependency: 'refs'. Either include it or remove the dependency array
|
Verify changes:
packages/ui/src/app/editor/page.tsx#L21
React Hook useCallback has a missing dependency: 'refs'. Either include it or remove the dependency array
|
Verify changes:
packages/ui/src/components/EmptyStateEditor.tsx#L29
React Hook useCallback has a missing dependency: 'dispatch.ui'. Either include it or remove the dependency array
|
Verify changes:
packages/ui/src/components/editor/panels/preview.tsx#L41
React Hook useEffect has a missing dependency: 'outputNode'. Either include it or remove the dependency array
|
Verify changes:
packages/graph-editor/src/components/debugger/player.tsx#L52
React Hook useEffect has missing dependencies: 'autoScrollWhenPlay' and 'timelineState'. Either include them or remove the dependency array
|
Verify changes:
packages/graph-editor/src/components/toolbar/dropdowns/add.tsx#L26
React Hook useCallback has a missing dependency: 'handleMouseMove'. Either include it or remove the dependency array
|
Verify changes:
packages/graph-editor/src/editor/graph.tsx#L264
React Hook useEffect has missing dependencies: 'capabilities', 'reactFlowInstance', and 'setEdges'. Either include them or remove the dependency array
|
Verify changes:
packages/graph-editor/src/editor/graph.tsx#L569
React Hook useEffect has a missing dependency: 'props.initialGraph'. Either include it or remove the dependency array
|
Verify changes:
packages/graph-editor/src/editor/graph.tsx#L773
React Hook useCallback has a missing dependency: 'selectAddedNodes'. Either include it or remove the dependency array
|
Verify changes:
packages/graph-editor/src/editor/layoutController.tsx#L297
React Hook useMemo has missing dependencies: 'props' and 'ref'. Either include them or remove the dependency array
|
Verify changes
No files were found with the provided path: ./**/cypress/snapshots
./**/cypress/screenshots. No artifacts will be uploaded.
|