Skip to content

Commit

Permalink
refactor: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
quanho committed Apr 20, 2023
1 parent 884df43 commit ceaacc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function RowColumn({ index, rowIndex, columnIndex, style, data }) {
columnIndex,
layoutOrder,
}),
[actions, keyboard?.innerTabStops]
[actions, keyboard?.innerTabStops, rowCount, columnCount, rowIndex, columnIndex, layoutOrder]
);

const cell = useMemo(() => getCellFromPages({ pages, cellIndex }), [pages, cellIndex]);
Expand Down

0 comments on commit ceaacc5

Please sign in to comment.