mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52401 changelog: [internal] - Mark ShadowNode::ListOfWeak as deprecated with appropriate deprecation message - Replace all usages of ShadowNode::ListOfWeak with std::vector<std::weak_ptr<const ShadowNode>> - Updated primitives.h and ReactNativeCPP.api to use the explicit type instead of the alias This change continues the effort to remove type aliases in favor of explicit standard library types for better code clarity and maintainability. Reviewed By: christophpurrer Differential Revision: D77652083 fbshipit-source-id: 79cad019e039c19f661346604ff49a44a4af7a79