On part 34 of the Jammming project I am not getting the same web page display as the walk through video.
I am getting:
The walk through shows three examples of search results
my code:
the project link:
https://www.codecademy.com/paths/build-web-apps-with-react/tracks/react-capstone/modules/jammming-capstone/projects/jammming-prj
I am also also getting the following errors when compiling
[eslint]
src/Components/App1/Playlist/Playlist.js
Line 12:14: ‘TrackList’ is not defined react/jsx-no-undef
src/Components/SearchResults/SearchResults.js
Line 12:14: ‘TrackList’ is not defined react/jsx-no-undef
Search for the keywords to learn more about each error.
I have imported the Tracklist files so I don’t undersatnd where I am going wrong. Any help will be great.