diff --git a/Circle.js b/Circle.js index c5281f1..7255ee3 100644 --- a/Circle.js +++ b/Circle.js @@ -29,7 +29,7 @@ export class ProgressCircle extends Component { borderColor: PropTypes.string, borderWidth: PropTypes.number, color: PropTypes.string, - children: React.PropTypes.node, + children: PropTypes.node, direction: PropTypes.oneOf(['clockwise', 'counter-clockwise']), formatText: PropTypes.func, indeterminate: PropTypes.bool,