truffle-box / react-box

Truffle, Webpack and React boilerplate.
https://truffle-box.github.io/
MIT License
736 stars 251 forks source link

Use componentDidMount instead of componentWillMount #59

Closed ghost closed 6 years ago

ghost commented 6 years ago

componentWillMount is deprecated and will be removed in the next major version. Use componentDidMount instead.