From 8bba908ae966840d151f6006054363a75302a890 Mon Sep 17 00:00:00 2001 From: Evgeny Alaev Date: Wed, 7 Feb 2024 15:01:00 +0300 Subject: [PATCH] fix(List): fix virtualized list items rerender --- 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