Property 'pathLength' does not exist on type 'CircleSVGAttributes<SVGCircleElement>'

I was trying setting the
pathLength
property but I get the TS error above, not sure if the property is missing in the types or what

  <circle
     cx="50"
     cy="50"
     r="30"
     pathLength="1"
  />
Was this page helpful?