Skip to content

Commit c903d4c

Browse files
committed
DevTools: Make break-on-warn off by default
1 parent 14084be commit c903d4c

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/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export function getBreakOnConsoleErrors(): boolean {
258258
return JSON.parse(raw);
259259
}
260260
} catch (error) {}
261-
return true;
261+
return false;
262262
}
263263

264264
export function setBreakOnConsoleErrors(value: boolean): void {

0 commit comments

Comments
 (0)