File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
packages/react-devtools-extensions/src Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 22
33'use strict' ;
44
5- import { CURRENT_EXTENSION_ID } from './constants' ;
6-
75let backendDisconnected : boolean = false ;
86let backendInitialized : boolean = false ;
97
@@ -12,7 +10,6 @@ function sayHelloToBackend() {
1210 {
1311 source : 'react-devtools-content-script' ,
1412 hello : true ,
15- extensionId : CURRENT_EXTENSION_ID ,
1613 } ,
1714 '*' ,
1815 ) ;
@@ -23,7 +20,6 @@ function handleMessageFromDevtools(message) {
2320 {
2421 source : 'react-devtools-content-script' ,
2522 payload : message ,
26- extensionId : CURRENT_EXTENSION_ID ,
2723 } ,
2824 '*' ,
2925 ) ;
@@ -53,7 +49,6 @@ function handleDisconnect() {
5349 type : 'event' ,
5450 event : 'shutdown' ,
5551 } ,
56- extensionId : CURRENT_EXTENSION_ID ,
5752 } ,
5853 '*' ,
5954 ) ;
You can’t perform that action at this time.
0 commit comments