You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
React components in Draft.js still use or reference lifecycle methods that were deprecated in React 16.3 because if misused, they can get in the way of asynchronous rendering.
This post on the React blog provides an excellent migration guide and offers common scenarios with recipes to replace the legacy lifecycle methods with the new API.
It seems we only have references in examples or in code comments, so this makes it an easy first bug!
The text was updated successfully, but these errors were encountered:
claudiopro
changed the title
Migrate React lifecycle methods deprecated in 16.3
Remove references to React lifecycle methods deprecated in 16.3
Nov 20, 2018
Hi @danedavid, thanks for taking a look! I am afraid this issue is closed already with #1952. Please check back again for issues tagged with "good first issue".
React components in Draft.js still use or reference lifecycle methods that were deprecated in React 16.3 because if misused, they can get in the way of asynchronous rendering.
The deprecated methods are:
This post on the React blog provides an excellent migration guide and offers common scenarios with recipes to replace the legacy lifecycle methods with the new API.
It seems we only have references in examples or in code comments, so this makes it an easy first bug!
The text was updated successfully, but these errors were encountered: