Skip to content

Commit 37ff1cc

Browse files
committed
Disable console proxy
1 parent f31e5ab commit 37ff1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/crashOverlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ var proxyConsole = function proxyConsole(type) {
808808
};
809809
};
810810

811-
proxyConsole('error');
811+
// proxyConsole('error');
812812

813813
if (module.hot) {
814814
module.hot.dispose(function () {

0 commit comments

Comments
 (0)