From ceaacc56443572aed563ecd680f174b2806ef1e7 Mon Sep 17 00:00:00 2001 From: quanho Date: Thu, 20 Apr 2023 15:25:51 +0200 Subject: [PATCH] refactor: update dependencies --- .../listbox/components/ListBoxRowColumn/ListBoxRowColumn.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/nucleus/src/components/listbox/components/ListBoxRowColumn/ListBoxRowColumn.jsx b/apis/nucleus/src/components/listbox/components/ListBoxRowColumn/ListBoxRowColumn.jsx index 3e3e22d2e..b8ff71ee7 100644 --- a/apis/nucleus/src/components/listbox/components/ListBoxRowColumn/ListBoxRowColumn.jsx +++ b/apis/nucleus/src/components/listbox/components/ListBoxRowColumn/ListBoxRowColumn.jsx @@ -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]);