malte-wessel / react-textfit

React component to fit headlines and paragraphs into elements
http://malte-wessel.github.io/react-textfit/
MIT License
469 stars 143 forks source link

move line of code out of deprecated (renamed to UNSAFE_) componentWillMount for React 16.9 #48

Closed mattdanielmurphy closed 5 years ago

mattdanielmurphy commented 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.

mattdanielmurphy commented 5 years ago

I should've checked other pull requests before I made mine... Sorry.