the second console.log is returning a function. Is that from the console.log(response)?
I donโt see any error in getAndRenderItemData
function. Can the json error come from renderFunction()
?
the second console.log is returning a function. Is that from the console.log(response)?
I donโt see any error in getAndRenderItemData
function. Can the json error come from renderFunction()
?
yes that was returned from console.log(repsonse).
Ill check the render function now and see if I can fix it through that function.