Ritik Kumar Sharma
Ritik Kumar Sharma
**Paste this code into progress.tsx and utilize CircleProgress.** ``` export const CircleProgress = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, value, ...props }, ref) => ( {`${(value || 0)}%`} )) ``` 
> https://x.com/shadcn/status/1847362718615162945?s=46 Old blocks are not displaying on the website Attached Screenshot: I’ve attached a screenshot for your reference to illustrate the issue. 