Skip to content
Advertisement

React-redux map error TypeError: Cannot read property ‘map’ of undefined

I get the following error in my ReactJS code:

TypeError: Cannot read property ‘map’ of undefined

This is based on the following code:

JavaScript

I don’t know how can I fix this error. Can you help me please?

Advertisement

Answer

Try the following in your render function

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement