varunpats / netflixClone

Netflix clone using React JS, Redux, Firebase and Stripe payment. Here Firebase is used as a database and used Stripe payment extension in firebase to manage payments in test mode.
0 stars 0 forks source link

Error while fetching data from TMDB API. #1

Closed varunpats closed 9 months ago

varunpats commented 9 months ago

As the data is unavailable on first render. Due to empty array, map function giving error.

varunpats commented 9 months ago

Added optional chaining while printing data on DOM.