react-select change name of option fields from ({ value: '', label:''}) to ({ id: '', name:''})
Use getOptionLabel
and getOptionValue
props.
<Select
getOptionLabel={option => option.name}
getOptionValue={option => option.id}
options={items}
/>
example : https://codesandbox.io/s/kmoyw8q667