We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6d979 commit 3a23cddCopy full SHA for 3a23cdd
1 file changed
libs/@hashintel/petrinaut/src/views/Editor/panels/BottomPanel/subviews/simulation-timeline.tsx
@@ -806,7 +806,6 @@ const UPlotChart: React.FC<{
806
// frames) per call. Without memoization it would recompute on every render
807
// (e.g. every playback frame), and the result would be silently discarded
808
// since Effect 3 only consumes it when `revision` changes.
809
- // eslint-disable-next-line react-hooks/exhaustive-deps -- revision encodes store changes
810
const data = useMemo(
811
() =>
812
chartType === "stacked"
0 commit comments