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
at 2:37 of the video 24-Game UI of the react-course;
within Card.jsx and the 2nd <img> tag, you forgot to add onClick={onClick};
for any experienced dev this is pretty easy to spot but for a beginner just following your video, if they forgot to add this their event handler will not trigger.
just a quick suggestion if you ever want to patch up the react-course videos in the future; 😄
go Fireship!!
The text was updated successfully, but these errors were encountered:
at 2:37 of the video
24-Game UI
of thereact-course
;within Card.jsx and the 2nd
<img>
tag, you forgot to addonClick={onClick}
;for any experienced dev this is pretty easy to spot but for a beginner just following your video, if they forgot to add this their event handler will not trigger.
just a quick suggestion if you ever want to patch up the
react-course
videos in the future; 😄go Fireship!!
The text was updated successfully, but these errors were encountered: