score:1

Accepted answer

it's, probably, because your map function is wrong somehow. if you take a deep look you can check, for each key in productsandairlines.projects, the map function is returning an entirely new array. in the end, the options are being like

[
 [{ value: 'pbs', label: 'pbs' },
      { value: 'pairing', label: 'pairing' },
      { value: 'mpp - insight', label: 'mpp - insight' },
      { value: 'bliss', label: 'bliss' },
      { value: 'shiftlogic', label: 'shiftlogic'}
 ]],
    [{ value: 'pbs', label: 'pbs' },
      { value: 'pairing', label: 'pairing' },
      { value: 'mpp - insight', label: 'mpp - insight' },
      { value: 'bliss', label: 'bliss' },
      { value: 'shiftlogic', label: 'shiftlogic'}
    ]]
]

Related Query

More Query from same tag