Closed shyam8523023069 closed 3 years ago
Unhandled Rejection (TypeError): Cannot read property 'product' of null (anonymous function) In video-15 I got this error
Here in this code, the cartItem variable is getting initialized with only a NULL value in it and because of that, I am getting TypeError.
Unhandled Rejection (TypeError): Cannot read property 'product' of null (anonymous function) In video-15 I got this error
Help me to solve this