Closed mattdanielmurphy closed 5 years ago
I moved this.handleWindowResize = throttle... from componentWillMount to componentDidMount as componentWillMount has been renamed and is not recommended in React 16.9.
I should've checked other pull requests before I made mine... Sorry.
I moved this.handleWindowResize = throttle... from componentWillMount to componentDidMount as componentWillMount has been renamed and is not recommended in React 16.9.