Shane Callanan
Results
1
issues of
Shane Callanan
``` import React from 'react' import ReactDOM from 'react-dom' import reactTimer from 'react-timer-hoc' class Timer extends React.Component { componentDidMount() { this.props.timer.setDelay(this.props.timerTick); } componentDidUpdate(prevProps) { if (prevProps.timer.tick !== this.props.timer.tick) { console.log('TIMER...