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

410
Vistas
JSX: 'event' is deprecated
onSelectedShowdateChangeHandler() {
  this.setState(
    { selectedShowdate: event.target.value },
    this.getShowtimeList
  );
}

Hi guys, I'm having a "event" is deprecated error here, not so sure what I should replace it with. Thank you so much

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

0

Event handler callbacks will be given an event object as an argument when invoked. Just add that argument to your function:

onSelectedShowdateChangeHandler(event) {
    // Function body
}

It's up to you, but some prefer to just name it e or similar to avoid clashing with the "global" event object.

about 4 years ago · Juan Pablo Isaza Denunciar

0

Something like this should work:

onSelectedShowdateChangeHandler(myEvent) {
  this.setState(
    { selectedShowdate: myEvent.target.value },
    this.getShowtimeList
 );
}

I'm surprised you're still using it, unless you're using legacy code. event was deprecated years ago.

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