fix: remove stale allCells dependency in emptyCellIds memo
This commit is contained in:
@@ -195,7 +195,7 @@ export function StepReconstruction({ sessionId, onNext }: StepReconstructionProp
|
||||
}
|
||||
}
|
||||
return ids
|
||||
}, [allCells])
|
||||
}, [cells])
|
||||
|
||||
// Sort cells for tab navigation: by row, then by column
|
||||
const sortedCellIds = useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user