Skip to content

Commit 967d159

Browse files
committed
conflicts resolved
1 parent 83e2eb0 commit 967d159

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

vnext/ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/core/ShadowNode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ std::shared_ptr<ShadowNode> ShadowNode::clone(
163163
}
164164
}
165165

166-
ContextContainer::Shared ShadowNode::getContextContainer() const {
166+
std::shared_ptr<const ContextContainer> ShadowNode::getContextContainer() const {
167167
return family_->componentDescriptor_.getContextContainer();
168168
}
169169

vnext/overrides.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,13 @@
206206
"baseHash": "74cee7804fa62964c9ecc3fafd475d09b0ed6375",
207207
"issue": 15263
208208
},
209+
{
210+
"type": "patch",
211+
"file": "ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/core/ShadowNode.cpp",
212+
"baseFile": "packages/react-native/ReactCommon/react/renderer/core/ShadowNode.cpp",
213+
"baseHash": "d0335398782289db2de5b350de24373458180c4d",
214+
"issue": 15292
215+
},
209216
{
210217
"type": "patch",
211218
"file": "ReactCommon/TEMP_UntilReactCommonUpdate/react/runtime/ReactInstance.cpp",

0 commit comments

Comments
 (0)