Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaruan committed Sep 21, 2021
1 parent 0d59aa5 commit a6b85e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-shared/src/hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ export function installHook(target: any): DevToolsHook | null {
}
} else {
// This should only happen during initial render in the extension before DevTools
// finishes its handshake with React DOM
// finishes its handshake with the injected renderer
if (isStrictMode) {
const hideConsoleLogsInStrictMode =
window.__REACT_DEVTOOLS_HIDE_CONSOLE_LOGS_IN_STRICT_MODE__ === true;
Expand Down

0 comments on commit a6b85e5

Please sign in to comment.