mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix $FlowFixMe broken by comment spanning multiple lines
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user