Skip to content

Commit b2652ae

Browse files
scttcperclaude
andcommitted
fix(stacktrace): Align effectiveContext type with Frame context
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 081925d commit b2652ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/stackTrace/frame/frameContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const COVERAGE_TEXT: Record<Coverage, string | undefined> = {
3232
};
3333

3434
interface FrameContentProps {
35-
effectiveContext?: Array<[number, string]>;
35+
effectiveContext?: Array<[number, string | null]>;
3636
isLoadingSourceContext?: boolean;
3737
sourceLineCoverage?: Array<Coverage | undefined>;
3838
}

0 commit comments

Comments
 (0)