Open yadvendra2998 opened 1 year ago
were you able to fix it
Getting same error. Any fix?
in your home page change <PostWidget userId={_id} /> to <PostsWidget userId={_id} />
<PostsWidget userId={_id} />
is there in index.jsx of HomePage. I am getting this error while opening profile page of other people as well as mine.
try clearing cache, still if it did not worked post code i will try to debug
@Preet1810 Repo Link: https://github.com/rutujp78/SocioPedia
i got this error when i tried converting posts to array on Posts widget since console kept yelling posts.map is not a function
this error generated from this line of code const isLiked = Boolean(likes[loggedInUserId]);