fix(image-pipeline): clear final lint regressions

This commit is contained in:
Matthias
2026-04-04 13:35:48 +02:00
parent d02e6924f3
commit 6f8cd10be3
3 changed files with 10 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ export default function AdjustmentPreview({
width: 96,
height: 44,
});
}, [histogram.blue, histogram.green, histogram.red, histogram.rgb]);
}, [histogram]);
return (
<div className="space-y-2">

View File

@@ -650,7 +650,7 @@ export default function RenderNode({ id, data, selected, width, height }: NodePr
width: 96,
height: 44,
});
}, [histogram.blue, histogram.green, histogram.red, histogram.rgb]);
}, [histogram]);
const canRender =
hasSource &&