I have multiple array:
const [arr1, setarr1] = useState([]); const [arr2, setarr2] = useState([]);
I need to map the first array: