-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
fix: remove deprecated event listener method from appearance.js #32526
fix: remove deprecated event listener method from appearance.js #32526
Conversation
PR build artifact for 51b7446 is ready. |
Base commit: b25d9e4 |
Base commit: 8adedfe |
Thanks for the contribution, @matinzd. I have added this to my list and will take a look as soon as possible. |
Thank you! Let me know. |
Thanks again for the contribution, @matinzd. Can you run Also, would you be interested in removing the other deprecated remove listener methods? 😁 |
1ba6ba2
to
e04ddbc
Compare
e04ddbc
to
e02c2bf
Compare
Of course, I will do it in another PR. Branch rebased with main and CI should pass. |
One more small thing — the changelog entry should be [Removed] for removing the deprecated method. |
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. |
Sorry, as you mentioned above I changed Fix to Removed. What should I do now? |
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. |
@yungsters has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
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
|
The category should be there. I changed it to General. @yungsters |
Any updates? @yungsters |
@yungsters has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @matinzd in 8dfbed7. When will my fix make it into a release? | Upcoming Releases |
update example app reference: facebook#32526 (comment)
…book#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: facebook#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