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>
2 risposte
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?