Home > database >  Fetch and function error on AJAX and APIs call on reactjs
Fetch and function error on AJAX and APIs call on reactjs

Time:02-10

I'm getting an error of items.map is not a function when fetching the file that is hosted from unsplash.

I'm not sure if the problem is from the .map or from fetching the file from source.

Below is my code and also here is the complete sandbox code Edit fetch-and-function-error-on-ajax-and-apis-call-on-reactjs

  • Related