From b7b181754d0135f9a765c698da88f1c9e2d071bc Mon Sep 17 00:00:00 2001 From: Myles Scolnick Date: Wed, 27 Nov 2024 08:22:54 -0500 Subject: [PATCH] fix: table re-render for lists/dictionaries (#2988) Fixes #2913 Fixes #2987 Silly bug during a reactor. I will merge this and release and follow up with some tests. --- frontend/src/plugins/impl/DataTablePlugin.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/plugins/impl/DataTablePlugin.tsx b/frontend/src/plugins/impl/DataTablePlugin.tsx index f1326293928..0612bbfc39c 100644 --- a/frontend/src/plugins/impl/DataTablePlugin.tsx +++ b/frontend/src/plugins/impl/DataTablePlugin.tsx @@ -480,7 +480,7 @@ const DataTableComponent = ({ [ useDeepCompareMemoize([ selection, - fieldTypes, + fieldTypesOrInferred, rowHeaders, textJustifyColumns, wrappedColumns,