react-component/cascader

options need a "key" property

Opened this issue · 0 comments

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...