I am working on a project where I use ProgressBar.js to generate a circle with a percentage displayed in the center. While the circle renders correctly initially, I'm facing an issue when trying to update the text (percentage) after running it again with a new value passed in.
Any suggestions on how I can achieve this? Currently, my code is failing to update the inner text as intended.