TypeError: Cannot read properties of undefined (reading 'img')
I took products data from App.js as props to use in productDetail and productList. In the first rendering of the page it works, but when I refresh the page I got an error which is "Cannot read properties of undefined (reading 'img')" How can I solve this problem?