Why is my react .map showing same result twice when fetching from API? – Reactjs
I am fetching single type data from strapi api with React .map, but the single returned content is being rendered twice in this function: { Object.values(objecthere).map(({ }) => )} Why is that, what am I doing wrong, and how can…