You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
myPins array for the User must be updated via a PUT request from list.jsx on click of the bookmark icon. In order for that to happen, currentUser must be passed down to the List component.
the string "currentUserId" must be replaced in list.jsx with the actual user._id once that User object is passed down and available to the component