mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
修复遍历key值
This commit is contained in:
@@ -50,6 +50,7 @@ const EditableTagGroup = ({
|
||||
{tag}
|
||||
</Tag>
|
||||
);
|
||||
|
||||
return (
|
||||
<span key={tag} style={{ display: 'inline-block', marginBottom: 8 }}>
|
||||
{tagElem}
|
||||
|
||||
Reference in New Issue
Block a user