When I try to call a method which returns the result of the map method, I get the following error Warning: Functions are not valid as a React child. This may happen if
this.renderAlbums refers to the actual function itself, whereas this.renderAlbums() actually executes the function and thus represents the function's return value.