Skip to content

Commit 7b86e2a

Browse files
committed
use-runtime-error -> use-active-runtime-error
1 parent 0e95da9 commit 7b86e2a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/next/src/next-devtools/dev-overlay/container/errors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
import type { ReadyRuntimeError } from '../utils/get-error-by-type'
1818
import type { ErrorBaseProps } from '../components/errors/error-overlay/error-overlay'
1919
import type { HydrationErrorState } from '../../shared/hydration-error'
20-
import { useActiveRuntimeError } from '../hooks/use-runtime-error'
20+
import { useActiveRuntimeError } from '../hooks/use-active-runtime-error'
2121

2222
export interface ErrorsProps extends ErrorBaseProps {
2323
getSquashedHydrationErrorDetails: (error: Error) => HydrationErrorState | null

0 commit comments

Comments
 (0)