marwakhalil
Results
1
comments of
marwakhalil
simply fix the value in onUpdate method `onUpdate = ({ startAngle, angleLength }) => { this.setState({ startAngle: 0, angleLength: roundAngleToFives(angleLength) }); } `