-
Notifications
You must be signed in to change notification settings - Fork 30
refactor all "UNSAFE_" calls to newer react lifecycle calls #1940
Comments
the following are deprecated: according to this link
this affect 36 matches across 27 files. Do we feel it is necessary at this point to do? When we move to React v17, it will be.... |
When that deprecation got release, I ran the script that marked them all as |
Thanks for digging up info on how to do it and I agree that it's a big endeavor. We don't have to tackle this all at once and can pick a file at a time. I bet once we establish a pattern the task will be less daunting, and we can divide and conquer. |
I propose sectioning off |
I found this article very helpful for refactoring https://itnext.io/react17-or-how-to-get-rid-of-componentwillreceiveprops-c91f9a6f6f03 |
mediapicker, topics, explorer now refactored and spot tested. sources will be the last section |
No description provided.
The text was updated successfully, but these errors were encountered: