其他分享
首页 > 其他分享> > Warning: Each child in a list should have a unique “key“ prop

Warning: Each child in a list should have a unique “key“ prop

作者:互联网

 

首先不用怀疑你这个错误就是你在map循环的时候没有加key导致的。

然后加上就可以了(个人建议字段中有标识字段优先用,实在没有再去用index索引)

当然,如果你的map中有if判断那么不要忘了给其他的return中也要加上  key, 不过如果没有返回任何值的话也可以不写else

 我有强迫症 不写检测在终端会警告

就有点难受 

标签:map,child,list,should,key,Each,else,不写,prop
来源: https://blog.csdn.net/ssoutlook/article/details/120157689