options need a "key" property
Opened this issue · 0 comments
oldashes commented
option value as react key at present, but if i set value as a object, like {value: {id: 123, type: 'childeNode'}}
, the warning
"Warning:Encountered two children with the same key,
[object Object]
."
repeat repeat repeat...