From 8c45f7c55784a4eac88747b4a9db1745d53f0e6c Mon Sep 17 00:00:00 2001 From: "Mr.Dr.Professor Patrick" Date: Wed, 7 Feb 2024 14:02:36 +0100 Subject: [PATCH] fix(List): fix virtualized list items rerender (#1314) --- src/components/List/List.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/List/List.tsx b/src/components/List/List.tsx index c9f9642f65..adb4805806 100644 --- a/src/components/List/List.tsx +++ b/src/components/List/List.tsx @@ -407,7 +407,8 @@ export class List extends React.Component, ListState