-
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
Remove the workaround to import the Paper renderer #44814
Conversation
This pull request was exported from Phabricator. Differential Revision: D58234325 |
Base commit: 7781c27 |
This pull request was exported from Phabricator. Differential Revision: D58234325 |
Summary: Pull Request resolved: facebook#44814 We needed this workaround to import the paper renderer in the New Architecture to make sure that the event emitter is properly registered before we use it. With the previous change, we don't need this lines of code anymore as we are using a different mechanism for the events. ## Changelog: [Internal] - Avoid to import the old Renderer in the New Architecture ## Facebook: This diff was initially part of D57097880, but I split them for the OTA Reviewed By: cortinico Differential Revision: D58234325
2298757
to
e1f94f3
Compare
Summary: Pull Request resolved: facebook#44814 We needed this workaround to import the paper renderer in the New Architecture to make sure that the event emitter is properly registered before we use it. With the previous change, we don't need this lines of code anymore as we are using a different mechanism for the events. ## Changelog: [Internal] - Avoid to import the old Renderer in the New Architecture ## Facebook: This diff was initially part of D57097880, but I split them for the OTA Reviewed By: cortinico Differential Revision: D58234325
This pull request was exported from Phabricator. Differential Revision: D58234325 |
e1f94f3
to
0aa48d5
Compare
This pull request has been merged in aead3db. |
This pull request was successfully merged by @cipolleschi in aead3db. When will my fix make it into a release? | How to file a pick request? |
Summary:
We needed this workaround to import the paper renderer in the New Architecture to make sure that the event emitter is properly registered before we use it.
With the previous change, we don't need this lines of code anymore as we are using a different mechanism for the events.
Changelog:
[Internal] - Avoid to import the old Renderer in the New Architecture
Facebook:
This diff was initially part of D57097880, but I split them for the OTA
Reviewed By: cortinico
Differential Revision: D58234325