Skip to content
Advertisement

Getting error while creating code for my netflix-clone

Row.js component code where i am calling the api key Row.js

JavaScript

axios.js

JavaScript

Error in the console log is below one, I got the API key from TMBD Api and it was working fine with postman but here in react it is not working properly.

JavaScript

Advertisement

Answer

you created an axios instance but you did not use it

JavaScript

and in the fetchData

JavaScript
Advertisement