const FCComponent = () => { const [data, setData] = useState([ { id: "1", value: "1" }, { id: 2, value: "2" }, ]); return (