davnicwil / react-frontload

Async data loading for React components, on client & server
451 stars 21 forks source link

Replace `componentWillMount` #56

Open roccoluke opened 3 years ago

roccoluke commented 3 years ago

We use v1 and would remain using it but prefer if we can fix the warning regards using componentWillMount. Do you intend to fix or will you accept a PR to replace it with componentDidMount?

https://github.com/davnicwil/react-frontload/blob/c941d8951aba74f3f9eb96fb1340da47d4a91beb/src/index.js#L193