mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
Summary: This pull request removes the use of the GCC extension null coalescing operators (`?:`) and replaces them with ternary operators. This improves the portability of `ShadowNode.cpp` (and enables MSVC to build it) [General] [Fixed] - Fabric: Removed null coalescing operators in `ShadowNode` Pull Request resolved: https://github.com/facebook/react-native/pull/23438 Differential Revision: D14304958 Pulled By: shergin fbshipit-source-id: 7d8e6778a72dabf09b1d99bc091a7578598b79c3