mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 05:15:49 +08:00
fbobjc -> Flow v0.28
Reviewed By: gabelevi Differential Revision: D3518381 fbshipit-source-id: 2dd5f89177aaefbd098ba1fd3c193da111ff14c7
This commit is contained in:
committed by
Facebook Github Bot
parent
dc2597ffee
commit
a8e6a236cc
@@ -101,6 +101,7 @@ function convertObject(object: Object, depth: number) {
|
||||
if (!first) {
|
||||
output += ', ';
|
||||
}
|
||||
// $FlowFixMe(>=0.28.0)
|
||||
output += `${key}: ${convertValue(object[key], depth + 1)}`;
|
||||
first = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user