bmwoodside / FB-Clone

facebook clone, maybe?
0 stars 0 forks source link

Friends Links in NavRight component are returning undefined (and Linking to Undefined) #18

Open bmwoodside opened 1 year ago

bmwoodside commented 1 year ago

Friend info is returned as 'Undefined', and Linkto:user.userFriends._id is linking to host:/undefined.

Possible solution to utilize useMemo to get all user.userFriends on load and then GET request all relevant friend User data (_id, firstname, lastname, etc.) to correctly populate the button/link info.