Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

340
Views
How to turn off or fix: Property 'children' does not exist on type 'ChildNode'.ts(2339) on Typescipt?

I have the following code and although it works like a charm, TS complains that "children" does not exist. I tried turning it off but that didn't have an effect. How can I solve this error either by turning it off or adding the correct type?

Property 'children' does not exist on type 'ChildNode'.ts(2339)

 const pElement = React.useRef<HTMLParagraphElement>(null)

  if (id % 2 === 0) {
    /* eslint-disable-next-line  */ 
 pElement.current!.parentElement!.nextSibling!.children[3].classList.remove(class)
      } else {
   /* eslint-disable-next-line  */ 
pElement.current!.parentElement!.previousSibling!.children[3].classList.remove(class)
          }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!