Closed cyouh95 closed 6 years ago
Be sure to check that the search term isn't empty before calling Spotify.search(), as an empty search query would result in a 400 Bad Request Error.
Spotify.search()
https://github.com/tobiasvc/billes-jammming/blob/master/src/Components/App/App.js#L78
i see that can become an issue, thanks.
Be sure to check that the search term isn't empty before calling
Spotify.search()
, as an empty search query would result in a 400 Bad Request Error.https://github.com/tobiasvc/billes-jammming/blob/master/src/Components/App/App.js#L78