Use bottom panel as detail view for framework events
Summary: Now when you click on an event the bottom bar appears automatically showing you every thing you need Reviewed By: lblasa Differential Revision: D48318694 fbshipit-source-id: 6505e439d949941dc0e091b9576d7d1321d8a05f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6f6b953c62
commit
d5814ea17c
@@ -31,7 +31,7 @@ type Props = {
|
||||
os: DeviceOS;
|
||||
nodes: Map<Id, ClientNode>;
|
||||
metadata: Map<MetadataId, Metadata>;
|
||||
showExtra: (element: ReactNode) => void;
|
||||
showExtra: (title: string, element: ReactNode) => void;
|
||||
};
|
||||
|
||||
export const Inspector: React.FC<Props> = ({
|
||||
|
||||
Reference in New Issue
Block a user