Javascript – component not rendering properly and data.map() is not a function error
So I'm fetching some data and this data returns an array and I want to map this array, the problem is that the fetch default value is an empty object, I can change the default value of the fetch but…