You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A non-error was thrown, we don't have anything to show. :-(
29
28
return
@@ -63,6 +62,19 @@ function onUnhandledError(ev: ErrorEvent) {
63
62
}
64
63
}
65
64
65
+
letorigConsoleError=console.error
66
+
functionnextJsHandleConsoleError(...args: any[]){
67
+
// See https://github.com/facebook/react/blob/d50323eb845c5fde0d720cae888bf35dedd05506/packages/react-reconciler/src/ReactFiberErrorLogger.js#L78
0 commit comments