Hello, I am a bit stuck on the Jammming project and hoping somebody can help me
There is my code. I am trying to pass the song data from SearchResults to SongResult. However, it tells me that the mySong object that I’m passing in as props is undefined. If I pass in the props into the SongResult object individually, then it works, but when I pass in the whole object and try accessing through SongResult, that’s where I run into issues.
What am I doing wrong?