Vincent S.
Results
1
issues of
Vincent S.
React deprecated a few lifecycles, including `componentWillUpdate` and `componentWillMount`, which were both used in the library. This PR substitutes those lifecycles for "safer" implementations. The new implementation for `componentWillUpdate` might...