Skip to content

Commit c6f8123

Browse files
committed
Cleanup
1 parent 3b9bd7e commit c6f8123

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/next/src/client/react-client-callbacks/error-boundary-callbacks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export function onUncaughtError(err: unknown, errorInfo: React.ErrorInfo) {
8989
}
9090

9191
// TODO: Add an adendum to the overlay telling people about custom error boundaries.
92-
// FIXME: Why double error overlay?
9392
reportGlobalError(stitchedError)
9493
} else {
9594
reportGlobalError(err)

0 commit comments

Comments
 (0)