-3

PLEASE HELP ME !

[1]: https://i.stack.imgur.com/IOQrC.png * ERROR MESSAGE

[2]: https://i.stack.imgur.com/S5iir.png * SOURCE CODE

2 Answers2

0

That means you do not pass the data correctly to props

RoAGn
  • 11
  • 2
0

Check if the news is an array with some elements because if it's null or undefined then the map function won't work. Also if you fetch the news array from an api then until you get the data from the api your news array will stay undefined and your map function won't work.

Ali Raza
  • 515
  • 5
  • 16