react-skylight icon indicating copy to clipboard operation
react-skylight copied to clipboard

Replace implementation for deprecated React lifecycles

Open vsylvestre opened this issue 5 years ago • 1 comments

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 seem counterintuitive at first sight, but I believe it is safer than using any other available lifecycle.

vsylvestre avatar Sep 10 '19 20:09 vsylvestre

@marcio any chances this pull request would be merged?

konclave avatar Sep 17 '20 07:09 konclave