标签: reactjs clojurescript reagent
我有一个非常复杂的表单,包含很多组件和Clojurescript中用Reagent编写的几个列表,我不时收到这样的警告
Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `views.form.form_content`
但我无法找出哪个组件没有密钥。有没有办法找出导致问题的组件?