修复遍历key值

This commit is contained in:
whyour
2022-09-20 01:23:33 +08:00
parent 931638b687
commit 5168b044a3
4 changed files with 22 additions and 18 deletions
+1
View File
@@ -50,6 +50,7 @@ const EditableTagGroup = ({
{tag}
</Tag>
);
return (
<span key={tag} style={{ display: 'inline-block', marginBottom: 8 }}>
{tagElem}