We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ReactNativeAttributePayloadFabric.js
1 parent 911dbd9 commit 57a6520Copy full SHA for 57a6520
packages/react-native-renderer/src/ReactNativeAttributePayloadFabric.js
@@ -255,7 +255,9 @@ function diffProperties(
255
nextProp = nextProps[propKey];
256
257
if (typeof nextProp === 'function') {
258
- const attributeConfigHasProcess = typeof attributeConfig === 'object' && typeof attributeConfig.process === 'function';
+ const attributeConfigHasProcess =
259
+ typeof attributeConfig === 'object' &&
260
+ typeof attributeConfig.process === 'function';
261
if (!attributeConfigHasProcess) {
262
// functions are converted to booleans as markers that the associated
263
// events should be sent from native.
0 commit comments