A framework for building native applications using React
Fix copy-paste error in DevToolsRuntimeSettings (#55010)
Summary: Fixes a copy-paste error in `DevToolsRuntimeSettings::setReloadAndProfileConfig` where `recordChangeDescriptions` was guarded by the wrong optional field. The correct conditional check is already used in https://github.com/facebook/react-native/blob/main/packages/react-native/React/CoreModules/RCTDevToolsRuntimeSettingsModule.mm#L28 ## Changelog: [INTERNAL] [FIXED] Fix incorrect optional field check in DevToolsRuntimeSettings Pull Request resolved: https://github.com/facebook/react-native/pull/55010 Test Plan: Code inspection only – trivial copy-paste fix with no behavior change outside correctly applying `recordChangeDescriptions` when present. Reviewed By: mdvacca Differential Revision: D90011483 Pulled By: cortinico fbshipit-source-id: c00c3340625a11673a7e9011f1e373474d5a37e3
G
Gori Shanker Suthar committed
be91c269349e73a285492f9a97b0365a814605fb
Parent: 89ac112
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com>
on 1/5/2026, 12:25:02 AM