You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of Table.
Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of TableRow.
The Codepen below does specify a key for each dataRow, but not for headerRow values.
Could that be the issue? If so, under what key should the header values be placed? (i tried turning headerRow into a dictionary, but the rendering would not know how to pick up the header vals)
React / ReactDOM version: 15.4.2
Semantic UI React version: 0.64.3
Warnings:
Table
.TableRow
.The Codepen below does specify a key for each dataRow, but not for headerRow values.
Could that be the issue? If so, under what key should the header values be placed? (i tried turning headerRow into a dictionary, but the rendering would not know how to pick up the header vals)
http://codepen.io/khorkhe/pen/ggWEmm
The text was updated successfully, but these errors were encountered: