Format ReactNativeAttributePayloadFabric.js with Prettier (#33486)

The prettier check for this file is currently failing on `main`, after
#32119 was merged.
This commit is contained in:
Hendrik Liebau
2025-06-09 13:42:10 +02:00
committed by GitHub
parent 911dbd9e34
commit 95bcf87e6b

View File

@@ -255,7 +255,9 @@ function diffProperties(
nextProp = nextProps[propKey];
if (typeof nextProp === 'function') {
const attributeConfigHasProcess = typeof attributeConfig === 'object' && typeof attributeConfig.process === 'function';
const attributeConfigHasProcess =
typeof attributeConfig === 'object' &&
typeof attributeConfig.process === 'function';
if (!attributeConfigHasProcess) {
// functions are converted to booleans as markers that the associated
// events should be sent from native.