Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

80
Vistas
post.frontmatter.title.filter is not a function

I want to filter some posts from data.I try to use this code but it don't work.It run out post.frontmatter.title.filter is not a function

{posts.map((post, index) => (
 post.frontmatter.title.filter(name=>name.includes('J')).map(filterdtitle=>(
<li>{filterdtitle}</li>
))
))}

I get the data of posts by getStaticProps like this and then I pass the posts to the function.The posts include title.I can get by {post.frontmatter.title},it is working.

 const { data: frontmatter } = matter(markdownWithMeta)

    return {
      slug,
      frontmatter
    }
  })

I want to know that how make it work.Thank you

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

I believe you need to rewrite your code like this.

  1. the title is a string, and the filter doesn't support string

  2. you added an extra step by using a filter and include in the same line for a title.


     {
      posts.filter((post, index) =>   
 post.frontmatter.title.includes('K')).map((k)=><li>{k.frontmatter.title}</li>)
        }
about 4 years ago · Juan Pablo Isaza Denunciar

0

Looks like title is a string. filter() method is available only for array.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda