Help with Jamming Project

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?

Remove the three <SongResult /> components from Playlist.js - they are the ones that are returning undefined since you haven’t passed props to them yet. Do that, and your songs will show up in the search results!