We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e95da9 commit 7b86e2aCopy full SHA for 7b86e2a
packages/next/src/next-devtools/dev-overlay/container/errors.tsx
@@ -17,7 +17,7 @@ import {
17
import type { ReadyRuntimeError } from '../utils/get-error-by-type'
18
import type { ErrorBaseProps } from '../components/errors/error-overlay/error-overlay'
19
import type { HydrationErrorState } from '../../shared/hydration-error'
20
-import { useActiveRuntimeError } from '../hooks/use-runtime-error'
+import { useActiveRuntimeError } from '../hooks/use-active-runtime-error'
21
22
export interface ErrorsProps extends ErrorBaseProps {
23
getSquashedHydrationErrorDetails: (error: Error) => HydrationErrorState | null
packages/next/src/next-devtools/dev-overlay/hooks/use-runtime-error.ts renamed to packages/next/src/next-devtools/dev-overlay/hooks/use-active-runtime-error.ts
0 commit comments