From 71b16941c6afb3d7c4adc59353012d955423a94c Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 31 May 2021 20:40:58 +0800 Subject: [PATCH] fix(CellGroup): render error in loop (#8787) --- src/cell-group/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cell-group/index.tsx b/src/cell-group/index.tsx index d7e99b8c6..44e2368d7 100644 --- a/src/cell-group/index.tsx +++ b/src/cell-group/index.tsx @@ -35,7 +35,7 @@ function CellGroup( if (props.title || slots.title) { return ( -
+
{slots.title ? slots.title() : props.title}