Bring back ContextContainer::Shared#52889
Closed
christophpurrer wants to merge 1 commit into
Closed
Conversation
Summary: This brings back ContextContainer::Shared (but marks it as deprecated which was removed in react#52750 Changelog: [General][Fixed] Bring back ContextContainer::Shared = std::shared_ptr<const ContextContainer> alias Differential Revision: D79112609
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D79112609 |
christophpurrer
added a commit
to christophpurrer/react-native-reanimated
that referenced
this pull request
Jul 28, 2025
…extContainer> Summary: This existing alias is deprecated now. See: : react/react-native#52889
Collaborator
|
This pull request was successfully merged by @christophpurrer in daeb6e9 When will my fix make it into a release? | How to file a pick request? |
iamAbhi-916
pushed a commit
to microsoft/react-native-windows
that referenced
this pull request
Jul 30, 2025
…ntainer> (#14975) * Replace ContextContainer::Shared with std::shared_ptr<const ContextContainer> This existing alias is deprecated now. See: : react/react-native#52889 * Change files * Fix change files * fix formatting --------- Co-authored-by: Jon Thysell <jthysell@microsoft.com>
github-merge-queue Bot
pushed a commit
to software-mansion/react-native-reanimated
that referenced
this pull request
Jul 31, 2025
#7926) ## Summary This existing alias is deprecated now. See: : react/react-native#52889 ## Test plan Compilation
anupriya13
pushed a commit
to anupriya13/react-native-windows
that referenced
this pull request
Jul 31, 2025
…ntainer> (microsoft#14975) * Replace ContextContainer::Shared with std::shared_ptr<const ContextContainer> This existing alias is deprecated now. See: : react/react-native#52889 * Change files * Fix change files * fix formatting --------- Co-authored-by: Jon Thysell <jthysell@microsoft.com>
anupriya13
added a commit
to microsoft/react-native-windows
that referenced
this pull request
Jul 31, 2025
…ntainer> (#14975) (#14990) * Replace ContextContainer::Shared with std::shared_ptr<const ContextContainer> This existing alias is deprecated now. See: : react/react-native#52889 * Change files * Fix change files * fix formatting --------- Co-authored-by: Christoph Purrer <chpurrer@meta.com> Co-authored-by: Jon Thysell <jthysell@microsoft.com>
MatiPl01
pushed a commit
to software-mansion/react-native-reanimated
that referenced
this pull request
Aug 4, 2025
#7926) ## Summary This existing alias is deprecated now. See: : react/react-native#52889 ## Test plan Compilation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
This brings back ContextContainer::Shared (but marks it as deprecated which was removed in #52750
Changelog: [General][Fixed] Bring back ContextContainer::Shared = std::shared_ptr alias
Differential Revision: D79112609