We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6237882 commit eafc472Copy full SHA for eafc472
packages/react-native/ReactCommon/react/renderer/uimanager/UIManagerUpdateShadowTree.cpp
@@ -26,7 +26,7 @@ struct ShadowNodeUpdateInfo {
26
int depth;
27
std::weak_ptr<const ShadowNode> node;
28
// populate for node that needs props update
29
- std::optional<folly::dynamic> changedProps;
+ std::optional<folly::dynamic> changedProps{};
30
// populate for node that's also a ancestor node for updated nodes
31
std::vector<int> updatedChildrenIndices{};
32
};
0 commit comments