Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit b331dbd

Browse files
committed
react refresh state
1 parent 415fdfc commit b331dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cellTypes/FormulaCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const FormulaCell = (mdProps: CellComponentProps) => {
6969
};
7070
effectCallback();
7171
}
72-
}, [formulaRow]);
72+
}, [row]);
7373
return (
7474
<span
7575
ref={formulaRef}

0 commit comments

Comments
 (0)