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 233d63c commit a19a8abCopy full SHA for a19a8ab
packages/react-devtools-extensions/src/contentScripts/installHook.js
@@ -20,10 +20,4 @@ if (!window.hasOwnProperty('__REACT_DEVTOOLS_GLOBAL_HOOK__')) {
20
);
21
},
22
23
-
24
- // save native values
25
- window.__REACT_DEVTOOLS_GLOBAL_HOOK__.nativeObjectCreate = Object.create;
26
- window.__REACT_DEVTOOLS_GLOBAL_HOOK__.nativeMap = Map;
27
- window.__REACT_DEVTOOLS_GLOBAL_HOOK__.nativeWeakMap = WeakMap;
28
- window.__REACT_DEVTOOLS_GLOBAL_HOOK__.nativeSet = Set;
29
}
0 commit comments