Uh oh!
There was an error while loading. Please reload this page.
fix: remove deprecated event listener method from appearance.js - #32526
fix: remove deprecated event listener method from appearance.js#32526matinzd wants to merge 2 commits into
Conversation
pull-bot
commented
Nov 3, 2021
PR build artifact for 51b744689b04c5fff34640f3752ba8916ccbffd5 is ready. |
analysis-bot
commented
Nov 3, 2021
Base commit: b25d9e4 |
Base commit: 8adedfe |
yungsters
commented
Mar 2, 2022
Thanks for the contribution, @matinzd. I have added this to my list and will take a look as soon as possible. |
matinzd
commented
Mar 2, 2022
Thank you! Let me know. |
yungsters
commented
Mar 29, 2022
Thanks again for the contribution, @matinzd. Can you run Also, would you be interested in removing the other deprecated remove listener methods? 😁 |
1ba6ba2 to
e04ddbcComparee04ddbc to
e02c2bfCompare
Of course, I will do it in another PR. Branch rebased with main and CI should pass. |
yungsters
commented
Mar 31, 2022
One more small thing — the changelog entry should be [Removed] for removing the deprecated method. |
matinzd
commented
Mar 31, 2022
Changed. Is it ok? |
Since it is affects a public interface, it shouldn't have the Otherwise, it looks great! I'll be able to import once that is corrected. Thank you. |
matinzd
commented
Mar 31, 2022
Sorry, as you mentioned above I changed Fix to Removed. What should I do now? |
yungsters
commented
Mar 31, 2022
This is what I meant: - [Internal] [Removed] - Remove deprecated removeListener from Appearance that causes deprecation message in log box.+ [Removed] - Remove deprecated removeListener from Appearance that causes deprecation message in log box.If you don't mind, I can make that change in the process of importing this diff. |
facebook-github-bot
commented
Mar 31, 2022
@yungsters has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
yungsters
commented
Mar 31, 2022
Sorry, I just realized why you were confused. I made a typo in my comment. I meant to suggest removing "[Internal]", not "[Removed]". Sorry for the confusion! |
…ve_deprecated_method_appearance
pull-bot
commented
Apr 1, 2022
|
matinzd
commented
Apr 1, 2022
The category should be there. I changed it to General. @yungsters |
matinzd
commented
Apr 5, 2022
Any updates? @yungsters |
facebook-github-bot
commented
Apr 5, 2022
@yungsters has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
react-native-bot
commented
Apr 6, 2022
This pull request was successfully merged by @matinzd in 8dfbed7. When will my fix make it into a release? | Upcoming Releases |
…t#32526) Summary: Remove unused deprecated event listener method from appearance.js ## Changelog [General] [Removed] - Remove deprecated removeListener from Appearance that causes deprecation message in log box. Pull Request resolved: react#32526 Reviewed By: cortinico Differential Revision: D35287187 Pulled By: yungsters fbshipit-source-id: cf0af61ed8636855aa625579e27816a6c10b6b81
Summary
Remove unused deprecated event listener method from appearance.js
Changelog
[General] [Removed] - Remove deprecated removeListener from Appearance that causes deprecation message in log box.
Test Plan