-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Upgrade to React 16.6 stable APIs #11360
Comments
There's a PR for the TinyMCE one: #8148. |
I also see one for
|
@iseulde I saw it too, not sure where it come from yet but adding an item to the list above. |
Riad, #11123 has been merged. Checked the task off from the list. |
@aduth when you have some time, I'd appreciate some help on this particular point |
Did not find anything related to the Resizable component, but searching for |
Given the title of the issue, can this be assumed to be closed by #11840? Or should we update the title if there are remaining tasks? |
I'd rename it to something along the lines of "Upgrade to React 16.6 stable APIs". |
Can we do a push to fix the remaining warnings here? |
Looks like there is also usage of |
I expect so, yes (and for any other occurrence of Edit: Updated original comment. |
PR for |
Question: Will using the Edit: Follow-up issue for |
any update on how to solve this issue? |
@chiraggmodi The warnings logged from the React unsafe methods are not ideal, but are safe to ignore. This issue serves as to track progress from the task of updating individual components to avoid warnings being logged, as they are not future-compatible. Feel free to take on any of the items listed which have not been claimed, if you are able to assist in this upgrade. |
It looks like |
I'd really want us to close this issue. I know the |
Has anyone tried using |
Most of the warnings are now gone when you open the editor. I'm going to close this at the moment. Let's consider any future warnings as bugs. |
#14851 will resolve some StrictMode errors for Popover usage ( #14845 should be considered a follow-up task here (enable development React and thereby StrictMode in end-to-end testing environments for error log capturing). |
Ideally, before upgrading, we can get rid of all deprecated APIs surfaced by
StrictMode
of React 16.6.findDOMNode
context
APIcomponentWillReceiveProps
and other lifecycle hooks.Remaining instances (feel free to add items to the list when you notice used deprecated APIs)
The text was updated successfully, but these errors were encountered: