We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2493bde + ad6969c commit dee7424Copy full SHA for dee7424
modules/timer/index.js
@@ -42,8 +42,6 @@ export class Timer extends React.Component<Props, State> {
42
}
43
44
componentDidMount() {
45
- this._intervalId = setInterval(this.updateTime, this.props.interval)
46
-
47
// get the time remaining until the next $interval
48
let {interval} = this.props
49
let nowMs = this.state.now.getTime()
0 commit comments