Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

188
Visualizações
studentslearn.map() is not a function

I tried mapping data with react from an array nested in a firestore collection but I get an error:

array.map() is not a function.

This is how I tried tried mapping from the the collection, where courseinfo is the state storing returned data from firebase

{courseinfo.students_learn.map((students)=>{
                        return(<CourseLearnItem>{students}</CourseLearnItem>)
                    })}

This is the structure of the collection I'm trying to get data from the students_learn field

enter image description here

about 4 years ago · Juan Pablo Isaza
2 Respostas
Responde à pergunta

0

I believe that you should parse the courseinfo.students_learn first because from what I saw it is a string.

const studentList = JSON.parse(courseinfo.students_learn);
return (
  <div>
    {studentList.map((student) => (
        <CourseLearnItem>{student}</CourseLearnItem>
    ))}
  <div/>
);

about 4 years ago · Juan Pablo Isaza Relatório

0

Based on your screenshot, students_learn is a string and map is a function for arrays.Since you are trying to apply array function to String it throws an error.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda