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 0d59aa5 commit a6b85e5Copy full SHA for a6b85e5
packages/react-devtools-shared/src/hook.js
@@ -480,7 +480,7 @@ export function installHook(target: any): DevToolsHook | null {
480
}
481
} else {
482
// This should only happen during initial render in the extension before DevTools
483
- // finishes its handshake with React DOM
+ // finishes its handshake with the injected renderer
484
if (isStrictMode) {
485
const hideConsoleLogsInStrictMode =
486
window.__REACT_DEVTOOLS_HIDE_CONSOLE_LOGS_IN_STRICT_MODE__ === true;
0 commit comments