Skip to content

Commit cbc9d62

Browse files
devjiwonchoihuozhi
andcommitted
rename to error-overlay-call-stack
Co-authored-by: Jiachi Liu <[email protected]>
1 parent 1a0f147 commit cbc9d62

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/next/src/next-devtools/dev-overlay/components/errors/call-stack/call-stack.stories.tsx renamed to packages/next/src/next-devtools/dev-overlay/components/errors/error-overlay-call-stack/error-overlay-call-stack.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Meta, StoryObj } from '@storybook/react'
2-
import { ErrorOverlayCallStack } from './call-stack'
2+
import { ErrorOverlayCallStack } from './error-overlay-call-stack'
33
import { withShadowPortal } from '../../../storybook/with-shadow-portal'
44

55
const meta: Meta<typeof ErrorOverlayCallStack> = {

packages/next/src/next-devtools/dev-overlay/container/runtime-error/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useMemo } from 'react'
22
import { CodeFrame } from '../../components/code-frame/code-frame'
3-
import { ErrorOverlayCallStack } from '../../components/errors/call-stack/call-stack'
3+
import { ErrorOverlayCallStack } from '../../components/errors/error-overlay-call-stack/error-overlay-call-stack'
44
import { PSEUDO_HTML_DIFF_STYLES } from './component-stack-pseudo-html'
55
import {
66
useFrames,

0 commit comments

Comments
 (0)