-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to React 16 #2747
Comments
Added |
Maybe you should add a Fix for unsafe lifecycle methods for asynchronous rendering. In the project I'm working currently, since we activated the new React's Strict Mode, we are getting a lot of console warnings about using unsafe lifecycle methods y some of the components. For example:
|
@packetstracer see #2732, feel free to contribute 👍 |
React 16 offers some updates that we should implement, however, we'll need to drop support for React 15 when doing so. Let's batch these changes into an upcoming major release:
ReactDOM.createPortal
(https://reactjs.org/docs/portals.html)forwardRef
(https://reactjs.org/docs/forwarding-refs.html)PureComponent
forIcon
andFlag
@Semantic-Org/react-maintainers feel free to add to this list at will...
The text was updated successfully, but these errors were encountered: