adrianhajdin / social_media_app

Build a modern social app with a stunning UI with a native mobile feel, a special tech stack, an infinite scroll feature, and amazing performance using React JS, Appwrite, TypeScript, and more.
https://jsmastery.pro
1.06k stars 310 forks source link

A warning in Explore.tsx... #51

Open GoDUsopp2005 opened 3 months ago

GoDUsopp2005 commented 3 months ago
image
Vidhanvyrs commented 2 months ago

try this @GoDUsopp2005 const shouldShowPosts = !shouldShowSearchResults && posts.pages.every( (item) => item && item.documents && item.documents.length === 0 );