From 8139ba86ac786ce12914bc3e7e3e6b69cfbe2abf Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 8 Mar 2024 23:17:31 +0700 Subject: [PATCH] animation fix --- src/shared/ui/List/Root.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/shared/ui/List/Root.tsx b/src/shared/ui/List/Root.tsx index fd2bf55..037437e 100644 --- a/src/shared/ui/List/Root.tsx +++ b/src/shared/ui/List/Root.tsx @@ -9,10 +9,12 @@ interface RootProps { export default function Root({ children, className }: RootProps) { return ( - + {Children.map(children, (child, index) => (