We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285e036 commit c4d7dabCopy full SHA for c4d7dab
1 file changed
src/Spreadsheet.tsx
@@ -132,7 +132,6 @@ const Spreadsheet = <CellType extends Types.CellBase>(
132
onCellCommit = () => {},
133
} = props;
134
const initialState = React.useMemo(() => {
135
- /** @todo consider providing more arguments to model */
136
const model = new Model(props.data);
137
return {
138
...INITIAL_STATE,
0 commit comments