Skip to content

Commit 57c0a55

Browse files
authored
Reexport attach from react-devtools-shared
1 parent bbb9cb1 commit 57c0a55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-devtools-inline/src/backend.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import setupNativeStyleEditor from 'react-devtools-shared/src/backend/NativeStyl
1010
import type {BackendBridge} from 'react-devtools-shared/src/bridge';
1111
import type {Wall} from 'react-devtools-shared/src/frontend/types';
1212

13+
export {attach} from 'react-devtools-shared/src/backend/renderer';
14+
1315
function startActivation(contentWindow: any, bridge: BackendBridge) {
1416
const onSavedPreferences = (data: $FlowFixMe) => {
1517
// This is the only message we're listening for,

0 commit comments

Comments
 (0)