Javascript – Getting "Cannot read properties of undefined (reading 'map')" Error. Even though the array is declared and imported
I am trying to map through an array and display names so I can eventually dynamically route to pages for each person. The array is coming back as undefined despite it being declared. So that is why .map is not…