mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-12 11:40:33 +08:00
Unrevert D3518381
Reviewed By: gabelevi Differential Revision: D3522895 fbshipit-source-id: 52f28c7f3142566a07d8bc845be882aeda098809
This commit is contained in:
committed by
Facebook Github Bot 9
parent
ba3c7ef08c
commit
7795918eb4
@@ -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