Problems encountered by the Select component of Antd

Error: Need at least a key or a value or a label (only for OptGroup) for [object Object]

here is my code

var data = await client.invokeBatch({
      target: "tet",
      method: "go",
      params: [value, productId]
    });

    this.setState({data, fetching: false});
Mar.12,2021

how do you render the select component


key= {Math.random ()}

Menu