File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
packages/next/src/next-devtools/dev-overlay/hooks Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
- // This is temporary solution to share the error contents across
2
- // the error overlay and the DevTools issues tab.
3
-
4
1
import type { ReadyRuntimeError } from '../utils/get-error-by-type'
5
2
import type { HydrationErrorState } from '../../shared/hydration-error'
6
3
@@ -49,7 +46,7 @@ export function useRuntimeError({
49
46
const errorCode = extractNextErrorCode ( error )
50
47
const errorType = getErrorTypeLabel ( error , activeError . type )
51
48
52
- // TOOD : May be better to always treat everything past the first blank line as notes
49
+ // TODO(GH#78140) : May be better to always treat everything past the first blank line as notes
53
50
// We're currently only special casing hydration error messages.
54
51
const notes = errorDetails . notes
55
52
const hydrationWarning = errorDetails . hydrationWarning
You can’t perform that action at this time.
0 commit comments