Replace ContextContainer::Shared with std::shared_ptr<const ContextContainer>#14975
Conversation
…ntainer> This existing alias is deprecated now. See: : react/react-native#52889
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
You are facing linting issues |
|
/azp run PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
@vineethkuttan Something else to look out for when reviewing PRs are correct change files - this PR is only changing files for the "type": "prerelease",
"dependentChangeType": "patch"Not the "none" it was before. We never use "none". I removed all of the unnecessary change files - it doesn't look like our PR checks were blocking them. |
|
Thanks @jonthysell > It seems you have fixed my formatting errors. |
…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>
…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>
Description
This existing alias is deprecated. See: react/react-native#52889
Type of Change
Why
The existing/old alias will eventually be deleted
What
No functional change
Screenshots
N/A
Testing
CI jobs
Changelog
no_
Microsoft Reviewers: Open in CodeFlow