码迷,mamicode.com
首页 > 其他好文 > 详细

react学习过程中遇到的问题

时间:2017-03-23 22:41:19      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:react学习过程中遇到的问题

Warning: Each child in an array or iterator should have a unique "key" prop. Check the top-level render call using <ul>. See https://fb.me/react-warning-keys for more information.

收到一条警告,指出应为列表项提供一个键。“key”是创建元素列表时需要包含的特殊字符串属性

让我们分配一个key到我们的列表项里面numbers.map()并修复缺少的关键问题。

react学习过程中遇到的问题

标签:react学习过程中遇到的问题

原文地址:http://learningtogrow.blog.51cto.com/3076238/1909760

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!