How to retrive data from api when there are serveral arrays inside JSON with React
I am trying to retrieve data with map() method from this api. https://api.nasa.gov/DONKI/CME?startDate=yyyy-MM-dd&endDate=yyyy-MM-dd&api_key=DEMO_KEY I am able to retrieve data from the first array but there's antoher array inside the main array where I get the react error when trying to…