Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. bundle.js:2215 Warning: Each child in an array or iterator should have a unique "key" prop
  2.  
  3. var requestList = this.state.data.map(function (request,index) {
  4. return (
  5. <Requests key={request.id} info={request} index={index} trigger={this.triggerChildRequests}></Requests>
  6. );j
  7. }.bind(this));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement