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 7d5c121 commit ad2fee7Copy full SHA for ad2fee7
packages/next/src/client/components/react-dev-overlay/internal/helpers/stack-frame.ts
@@ -1,7 +1,5 @@
1
-import type {
2
- OriginalStackFrameResponse,
3
- StackFrame,
4
-} from '../../server/shared'
+import type { StackFrame } from 'next/dist/compiled/stacktrace-parser'
+import type { OriginalStackFrameResponse } from '../../server/shared'
5
6
export interface OriginalStackFrame extends OriginalStackFrameResponse {
7
error: boolean
0 commit comments