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.
1 parent 2493bde commit ad6969cCopy full SHA for ad6969c
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