From 2efc7186fef0d01363a89b97ee89ebc1d280752b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Fri, 3 Jun 2016 12:57:57 -0700 Subject: [PATCH] Fix $FlowFixMe broken by comment spanning multiple lines --- src/renderers/native/ReactNativeAttributePayload.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,