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:
Luke De Feo
2023-10-26 05:24:30 -07:00
committed by Facebook GitHub Bot
parent f5d974a26c
commit b4d80c3f80
2 changed files with 68 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ import {
MetadataId,
} from '../ClientTypes';
function transformAny(
export function transformAny(
metadata: Map<MetadataId, Metadata>,
inspectable: Inspectable,
): any {