project_graphql_blog
project_graphql_blog copied to clipboard
TypeError: Cannot read properties of undefined (reading 'map')
Unhandled Runtime Error TypeError: Cannot read properties of undefined (reading 'map')
Source sections\FeaturedPosts.jsx (57:37) @ FeaturedPosts
<div className="mb-8">
<Carousel infinite customLeftArrow={customLeftArrow} customRightArrow={customRightArrow} responsive={responsive} itemClass="px-4">
{dataLoaded && featuredPosts.map((post, index) => (
^
<FeaturedPostCard key={index} post={post} />
)}
</Carousel>
did you declare or initialize it ?