MERN-ecommerce-Frontend
MERN-ecommerce-Frontend copied to clipboard
sir at 1:30:17 i am getting error saying that product.map is not a function please help
Try doing products && products.map i.e, only render when you have products or you can also make a Loader by using the loading state from the productSlice.js
So that you can display a loader till the product is loading
use optional chaining over there --> products?.map(() => {})