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
inPhotos: (parent: any)=>tags// NOT parent.id BUT parent.githubLogin.filter((tag)=>tag.userID===parent.githubLogin).map((tag)=>tag.photoID).map((photoID)=>photos.find((p)=>p.id===photoID))
tag.userID is githubLogin ("gPlake") NOT id ("1")
The text was updated successfully, but these errors were encountered:
I read Japanese edition and found a mistake that is not related to a main topic
The below code is written in a book
However correct code is below
tag.userID is githubLogin ("gPlake") NOT id ("1")
The text was updated successfully, but these errors were encountered: