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

132
Views
svg append child element not render

Following is my code, I expect append rect to (I wanna dynamic add rect with js not put in component#render), but rect is not shown

       var rect: any = document.createElement("rect")
        rect.setAttribute("x", 0)
        rect.setAttribute("y", 0)
        rect.setAttribute("width", 200)
        rect.setAttribute("height", 100)
        rect.setAttribute("fill", "black")

        var svg: SVGSVGElement
        act(() => {
            ReactDOM.createRoot(document.querySelector("#root")).render(<svg ref={e => svg = e}></svg>)
        })
        svg.appendChild(rect)
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!