Replace componentWillMount with componentDidMount and as required, construct(). Fixes #179

This commit is contained in:
crockwave
2020-06-17 20:42:30 -05:00
parent 7e1457bb8d
commit 24b72b5828
29 changed files with 47 additions and 54 deletions

View File

@ -33,7 +33,7 @@ class Bundle extends React.PureComponent {
forceRender: false,
}
componentWillMount() {
componentDidMount() {
this.load(this.props);
}