mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user