From ae43c269c3ecfcd76ec457132e102daf8f29e788 Mon Sep 17 00:00:00 2001 From: zhengjitf Date: Sun, 31 Jul 2022 18:04:09 +0800 Subject: [PATCH] fix: upload list item flashes after being removed in react18 (#36801) --- components/upload/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/upload/style/index.less b/components/upload/style/index.less index 571cef7da8..52182ece5e 100644 --- a/components/upload/style/index.less +++ b/components/upload/style/index.less @@ -529,6 +529,7 @@ .@{upload-prefix-cls}-animate-inline-leave { animation-duration: @animation-duration-slow; animation-timing-function: @ease-in-out-circ; + animation-fill-mode: forwards; } .@{upload-prefix-cls}-animate-inline-appear,