Refactor React for v17
0.14.0 (2021-04-05)
- react: refactor
componentWillMount
->componentDidMount
+componentWillReceiveProps
->componentDid
componentWillMount
and componentWillReceiveProps
were deprecated in React 16.3.0 and will be removed in 17