Add support for complex types
Summary: Complex nested arrays and objects are displayed in a modal since there isnt enough space to it practically. Not many attributes in practice fall into this category Reviewed By: lblasa Differential Revision: D50595981 fbshipit-source-id: b1eda93c448de19c8803d64eb4cf105e2b6636a8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f5d974a26c
commit
b4d80c3f80
@@ -16,7 +16,7 @@ import {
|
||||
MetadataId,
|
||||
} from '../ClientTypes';
|
||||
|
||||
function transformAny(
|
||||
export function transformAny(
|
||||
metadata: Map<MetadataId, Metadata>,
|
||||
inspectable: Inspectable,
|
||||
): any {
|
||||
|
||||
Reference in New Issue
Block a user