display api data in nextjs through map function – Reactjs
i want to display data on the page but getting and error : data is not defined. please look on the code and help me import { useEffect } from "react"; import axios from "axios"; import useLatestPosts from "../../hooks/useLatestPosts"; import…