Commit a48dbb8
fix(issue-details): Fix typescript errors in tombstones banner
Add explicit ExceptionValue type annotation for the mechanism check
callback parameter, and add fallback for CodeBlock children to satisfy
the string type constraint. Restore isError bail-out.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 36fa985 commit a48dbb8
File tree
1 file changed
+3
-3
lines changed- static/app/components/events/interfaces/crashContent/exception
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments