Skip to content

Commit 3a23cdd

Browse files
committed
Lint
1 parent 4b6d979 commit 3a23cdd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libs/@hashintel/petrinaut/src/views/Editor/panels/BottomPanel/subviews/simulation-timeline.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,6 @@ const UPlotChart: React.FC<{
806806
// frames) per call. Without memoization it would recompute on every render
807807
// (e.g. every playback frame), and the result would be silently discarded
808808
// since Effect 3 only consumes it when `revision` changes.
809-
// eslint-disable-next-line react-hooks/exhaustive-deps -- revision encodes store changes
810809
const data = useMemo(
811810
() =>
812811
chartType === "stacked"

0 commit comments

Comments
 (0)