From 15cde559811384232eb6d73ff894eca5ff626ad0 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Mon, 17 Feb 2020 03:36:59 -0800 Subject: [PATCH] Convert Hermesdebugger to device plugin Summary: This diff exposes the Hermes debugger as a device plugin, for similar reasons as we did with React Devtools. Also replaced an ugly hack with another just as ugly hack (rendering outside the React tree to preserve the state of the chrome devtools when switching to another plugin and coming back), that behaves at least correctly when resizing etc instead of doing absolute styling Reviewed By: passy Differential Revision: D19905082 fbshipit-source-id: 1e80c55fc9c5b1f8a9292f0ba1ef66b0b007b7fc --- src/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index a19ef925c..ed37a93b2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -148,6 +148,10 @@ export class App extends React.Component { ) : ( )} +