diff --git a/src/renderers/native/ReactNativeAttributePayload.js b/src/renderers/native/ReactNativeAttributePayload.js index 54912f3546..8882f1131d 100644 --- a/src/renderers/native/ReactNativeAttributePayload.js +++ b/src/renderers/native/ReactNativeAttributePayload.js @@ -394,9 +394,9 @@ function diffProperties( // default: fallthrough case when nested properties are defined removedKeys = null; removedKeyCount = 0; - // $FlowFixMe - We think that attributeConfig is not - // CustomAttributeConfiguration at this point so we assume - // it must be AttributeConfiguration. + // We think that attributeConfig is not CustomAttributeConfiguration at + // this point so we assume it must be AttributeConfiguration. + // $FlowFixMe updatePayload = diffNestedProperty( updatePayload, prevProp,