Skip to main content
Harsh Singh (Aethereus) 님이 #Salesforce Developer에 질문했습니다

some time dot comes inside and after refresh it get fix attached images for reference this is standard progress ring of salesforce LWC and when I inspect I found that dot cx and xy value is coming as NaN.  Issue is this but i don't have control on it as it is standard and my code is not breaking anywhere what can be the reason and how to fix this?   

 <circle class="slds-progress-ring__path" r="0.2" lwc-46dcetueoo="" cx="NaN" cy="NaN"> 

 </circle> 

 

    @* Salesforce Developers * 

답변 2개
  1. 2025년 7월 24일 오후 1:59

    I'm facing the same issue, and I have confirmed that all values are set before rendering the progress ring. The strange thing is that the issue appears only the first time I open the page that includes the progress ring component. If I refresh the page, the issue is somehow fixed. 

     

    @Harsh Singh Have you found any solution?

0/9000