-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
ComponentDescriptor::adopt now accepts reference to ShadowNode #39354
Conversation
This pull request was exported from Phabricator. Differential Revision: D49054000 |
Base commit: 247717b |
This pull request was exported from Phabricator. Differential Revision: D49054000 |
…ook#39354) Summary: changelog: [internal] Changes `ComponentDescriptor::adopt` to not be protected and it now accepts ShadowNode reference rather than shared_ptr. Differential Revision: D49054000
ac5703c
to
4195c5a
Compare
…ook#39354) Summary: changelog: [internal] Changes `ComponentDescriptor::adopt` to not be protected and it now accepts ShadowNode reference rather than shared_ptr. Reviewed By: javache Differential Revision: D49054000
4195c5a
to
7bad327
Compare
This pull request was exported from Phabricator. Differential Revision: D49054000 |
…ook#39354) Summary: changelog: [internal] Changes `ComponentDescriptor::adopt` to not be protected and it now accepts ShadowNode reference rather than shared_ptr. Reviewed By: javache Differential Revision: D49054000
7bad327
to
378ffd2
Compare
This pull request was exported from Phabricator. Differential Revision: D49054000 |
…ook#39354) Summary: changelog: [internal] Changes `ComponentDescriptor::adopt` to not be protected and it now accepts ShadowNode reference rather than shared_ptr. Reviewed By: javache Differential Revision: D49054000
378ffd2
to
fbdb955
Compare
This pull request was exported from Phabricator. Differential Revision: D49054000 |
This pull request was successfully merged by @sammy-SC in 1187720. When will my fix make it into a release? | Upcoming Releases |
Summary:
changelog: [internal]
Changes
ComponentDescriptor::adopt
to not be protected and it now accepts ShadowNode reference rather than shared_ptr.Differential Revision: D49054000