|
@@ -153,7 +153,7 @@ class Progress extends Component<ProgressProps, ProgressState> {
|
|
|
|
|
|
return (
|
|
return (
|
|
<div className={classNames.wrapper} style={style}>
|
|
<div className={classNames.wrapper} style={style}>
|
|
- <svg className={classNames.svg} height={width} width={width}>
|
|
|
|
|
|
+ <svg key={size} className={classNames.svg} height={width} width={width}>
|
|
<circle
|
|
<circle
|
|
strokeDashoffset={0}
|
|
strokeDashoffset={0}
|
|
strokeWidth={strokeWidth}
|
|
strokeWidth={strokeWidth}
|