Skip to content

Commit bcdfe88

Browse files
committed
Update call-stack-frame.tsx
1 parent 4a29f3e commit bcdfe88

File tree

1 file changed

+0
-5
lines changed
  • packages/next/src/client/components/react-dev-overlay/_experimental/internal/components/call-stack-frame

1 file changed

+0
-5
lines changed

packages/next/src/client/components/react-dev-overlay/_experimental/internal/components/call-stack-frame/call-stack-frame.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ export const CallStackFrame: React.FC<{
5252
data-nextjs-call-stack-frame
5353
data-nextjs-call-stack-frame-ignored={!hasSource}
5454
{...props}
55-
style={
56-
{
57-
'--index': index,
58-
} as React.CSSProperties
59-
}
6055
>
6156
<span
6257
data-nextjs-frame-expanded={!frame.ignored}

0 commit comments

Comments
 (0)