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

160
Vistas
How do i get rid of Property 'getElementById' does not exist on type 'never[]'?

I have

let accountNumber = (document.getElementById("lash-phone") as HTMLInputElement).value;

inside a function in typescript react, but it's throwing this error

Property 'getElementById' does not exist on type 'never[]'.  TS2339

and this same code works for other screens

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

0

TS can't pick up the type of document by itself, so you can let it know what's the type:

const lashPhone = (document as Document).getElementById('lash-phone') as HTMLInputElement;
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