DEV Community

Discussion on: AWS AppSync and Amplify with React & GraphQL - Complete Steps

Collapse
 
hectormunachi profile image
Hector Munachi

{ post.comments.items.length > 0 &&
Comments:
}
{
post.comments.items.map((comment, index) => )
}

Getting error from this: Uncaught (in promise) TypeError: Cannot read property 'length' of undefined