New sidebar design 1/n

Summary: Added basic infra basic types

Reviewed By: lblasa

Differential Revision: D50595985

fbshipit-source-id: 48ebd74bd8ccebdd8a6d69dbda344b8d831dc04f
This commit is contained in:
Luke De Feo
2023-10-26 05:24:30 -07:00
committed by Facebook GitHub Bot
parent 50b06f2efd
commit b184500d94
7 changed files with 423 additions and 8 deletions

View File

@@ -126,7 +126,7 @@ export const Inspector: React.FC<Props> = ({
frameworkEventMetadata={frameworkEventMetadata}
node={selectedNode}
events={selectedFrameworkEvents}
showExtra={showExtra}
showBottomPanel={showExtra}
/>
</Tab>
)}