We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb9cb1 commit 57c0a55Copy full SHA for 57c0a55
packages/react-devtools-inline/src/backend.js
@@ -10,6 +10,8 @@ import setupNativeStyleEditor from 'react-devtools-shared/src/backend/NativeStyl
10
import type {BackendBridge} from 'react-devtools-shared/src/bridge';
11
import type {Wall} from 'react-devtools-shared/src/frontend/types';
12
13
+export {attach} from 'react-devtools-shared/src/backend/renderer';
14
+
15
function startActivation(contentWindow: any, bridge: BackendBridge) {
16
const onSavedPreferences = (data: $FlowFixMe) => {
17
// This is the only message we're listening for,
0 commit comments