node-react-ecommerce
node-react-ecommerce copied to clipboard
TypeError: Cannot read property 'map' of undefined

Hi basir could you tell me why i have this error pls?
@minh1061998 Hi, I think products isn't array so, map method not working
@minh1061998 brother , My issue is resolved . please check productReducers.js , in " function productListReducer(state= {products: [ ]}, action )" you have correctly written "products" and not "product",, it is a very minute mistake took a lot of time to detect.
please let me know, if it was helpfull.