0
import { useEffect, useState } from "react"; import RestaurantCard from "./RestaurantCard"; const Body = () => { const [listO
listOfRestaurants is not getting data and after i have implemented api call using fetch it's showing TypeError: Cannot read properties of undefined (reading 'map')
1 Antwort
0
You are trying tò map undefined array