Skip to content

Commit a6b85e5

Browse files
committed
tmp
1 parent 0d59aa5 commit a6b85e5

File tree

1 file changed

+1
-1
lines changed
  • packages/react-devtools-shared/src

1 file changed

+1
-1
lines changed

packages/react-devtools-shared/src/hook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ export function installHook(target: any): DevToolsHook | null {
480480
}
481481
} else {
482482
// This should only happen during initial render in the extension before DevTools
483-
// finishes its handshake with React DOM
483+
// finishes its handshake with the injected renderer
484484
if (isStrictMode) {
485485
const hideConsoleLogsInStrictMode =
486486
window.__REACT_DEVTOOLS_HIDE_CONSOLE_LOGS_IN_STRICT_MODE__ === true;

0 commit comments

Comments
 (0)