You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-devtools-extensions/src/checkForDuplicateInstallations.js
+8-14Lines changed: 8 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,11 @@ import {
14
14
LOCAL_EXTENSION_ID,
15
15
__DEBUG__,
16
16
}from'react-devtools-shared/src/constants';
17
-
import{getBrowserName}from'./utils';
18
17
import{
19
18
EXTENSION_INSTALL_CHECK,
20
19
EXTENSION_INSTALLATION_TYPE,
21
20
}from'./constants';
22
21
23
-
constIS_CHROME=getBrowserName()==='Chrome';
24
-
25
22
constUNRECOGNIZED_EXTENSION_ERROR=
26
23
'React Developer Tools: You are running an unrecognized installation of the React Developer Tools extension, which might conflict with other versions of the extension installed in your browser. '+
27
24
'Please make sure you only have a single version of the extension installed or enabled. '+
0 commit comments